Changeset 9301
- Timestamp:
- 08/19/08 20:32:10 (4 months ago)
- Files:
-
- branches/0.8/jaws/html/gadgets/Phoo/Model.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/gadgets/Phoo/Model.php
r9295 r9301 229 229 FROM [[phoo_album]] 230 230 WHERE [published] = {published} 231 ORDER BY ['. $this->GetOrderType() .']';231 ORDER BY '. $this->GetOrderType(); 232 232 233 233 $result = $GLOBALS['db']->queryAll($sql, $params);
