You are here

function sharebar_cmp_down in ShareBar 7.2

Same name and namespace in other branches
  1. 8 sharebar.module \sharebar_cmp_down()
  2. 6 sharebar.module \sharebar_cmp_down()
  3. 7 sharebar.module \sharebar_cmp_down()

Function to calculate lower weight & move down.

File

./sharebar.module, line 216
Various module information.

Code

function sharebar_cmp_down($a, $b) {
  return $a->weight < $b->weight;
}