* change the divider of order by, use ?\001 instead of |.

This commit is contained in:
wangchunsheng
2010-03-10 08:09:49 +00:00
parent ce54650fbc
commit 802dc067a9
12 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ EOT;
}
else
{
$orderBy = $fieldName . '|' . 'asc';
$orderBy = $fieldName . '' . 'asc';
}
$link = helper::createLink($module, $method, sprintf($vars, $orderBy));
echo html::a($link, $label);