Changeset 9302

Show
Ignore:
Timestamp:
08/19/08 20:33:52 (4 months ago)
Author:
afz
Message:

tail of "Fix for order type"

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jaws/html/gadgets/Phoo/Model.php

    r9296 r9302  
    229229            FROM [[phoo_album]] 
    230230            WHERE [published] = {published} 
    231             ORDER BY ['. $this->GetOrderType() .']'
     231            ORDER BY '. $this->GetOrderType()
    232232 
    233233        $result = $GLOBALS['db']->queryAll($sql, $params);