Remvod unused CC_CONFIG, reformatted some code
This commit is contained in:
parent
0df0c41012
commit
24b3fb7e8a
2 changed files with 6 additions and 5 deletions
|
@ -210,7 +210,7 @@ FROM cc_blockcontents AS pc
|
|||
LEFT JOIN cc_files AS f ON pc.file_id=f.id
|
||||
LEFT JOIN cc_block AS bl ON pc.block_id = bl.id
|
||||
WHERE pc.block_id = :block_id
|
||||
ORDER BY pc.position;
|
||||
ORDER BY pc.position
|
||||
SQL;
|
||||
|
||||
$rows = Application_Common_Database::prepareAndExecute($sql, array(':block_id'=>$this->id));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue