- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
/**
* custom_field_sort used to sort the custom fields array
*/
function custom_field_sort(&$array) {
if(!$array) return $keys;
$keys=func_get_args();
array_shift($keys);
custom_field_sort_func($keys);
usort($array, "custom_field_sort_func");
}
komprenda 15.12.2010 12:24 # −12
Vasiliy 15.12.2010 12:26 # +1
bugmenot 15.12.2010 12:34 # +3
тролль