Changeset 380 for trunk/includes/global_function.php
- Timestamp:
- Mar 11, 2010, 7:21:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global_function.php
r376 r380 138 138 } 139 139 return(array( 140 'SQL' => ' ORDER BY '.$_SESSION['OrderCol'].''.$OrderDirSQL[$_SESSION['OrderDir']],140 'SQL' => ' ORDER BY `'.$_SESSION['OrderCol'].'` '.$OrderDirSQL[$_SESSION['OrderDir']], 141 141 'Output' => '<tr>'.$Result.'</tr>', 142 142 'Column' => $_SESSION['OrderCol'],
Note:
See TracChangeset
for help on using the changeset viewer.