@@ -2288,9 +2288,3 @@ if (!function_exists('api_decrypt')) {
}
-if(!function_exists('create_function')){
- function create_function($param1,$param2){
-
- return ($b['weight'] > $a['weight'] ? 1 : -1);
- };
-}