Retire PLA v1 functions

This commit is contained in:
Deon George
2011-05-25 13:19:08 +10:00
parent 58ddb97d87
commit 0504810816
5 changed files with 2 additions and 328 deletions

View File

@@ -968,7 +968,7 @@ function masort(&$data,$sortby,$rev=0) {
if (empty($CACHE[$sortby])) {
$code = "\$c=0;\n";
foreach (split(',',$sortby) as $key) {
foreach (explode(',',$sortby) as $key) {
$code .= "if (is_object(\$a) || is_object(\$b)) {\n";
$code .= " if (\$a->$key != \$b->$key)\n";