Changeset 632 for trunk/includes/global.php
- Timestamp:
- Dec 9, 2013, 12:02:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r628 r632 571 571 572 572 } 573 if ($SqlOK) { 573 574 $DbResult = $System->Database->query($sqlall.$orderby); 574 575 // echo ($sql.'|'.$where.'|'.$groupby); … … 577 578 $buff[] = array($Line['ID'], $Line['GoupId'], $Line['Orig'], $Line['Tran']); 578 579 } 579 580 } 580 581 return $buff; 581 582 }
Note:
See TracChangeset
for help on using the changeset viewer.