Changeset 9301

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

tail of "Fix for order type"

Files:

Legend:

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

    r9295 r9301  
    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);