function sharebar_cmp_down in ShareBar 7
Same name and namespace in other branches
- 8 sharebar.module \sharebar_cmp_down()
- 6 sharebar.module \sharebar_cmp_down()
- 7.2 sharebar.module \sharebar_cmp_down()
Function to calculate lower weight & move down.
File
- ./
sharebar.module, line 250 - Various module information.
Code
function sharebar_cmp_down($a, $b) {
return $a->weight < $b->weight;
}