Changeset 19302 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- Aug 31, 2008, 12:42:45 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r18970 r19302 416 416 } 417 417 418 function check_ordering ($where) { 418 function check_ordering ($groups, $where) { 419 420 if ($groups != "") { 421 $where = $where . " GROUP BY $groups"; 422 } 419 423 420 424 if ($_SERVER[REQUEST_METHOD] == 'GET') {
Note:
See TracChangeset
for help on using the changeset viewer.
