Misc many fixes

This commit is contained in:
Deon George
2011-09-17 20:45:08 +10:00
parent 52074d239b
commit 7180e01dcf
18 changed files with 162 additions and 55 deletions

View File

@@ -765,6 +765,7 @@ return false;
####################################################################
### Get all the associated STATIC RELATION records
return false;
$sql = 'SELECT * FROM ' . AGILE_DB_PREFIX . 'static_relation WHERE
site_id = ' . $db->qstr(DEFAULT_SITE) . ' AND
module_id = ' . $db->qstr($module_id) .' ORDER BY sort_order';
@@ -1031,6 +1032,7 @@ return false;
$module_id = $result->fields['id'];
return false;
####################################################################
### Get all the associated STATIC RELATION records
@@ -1197,6 +1199,7 @@ return false;
$module_id = $result->fields['id'];
return false;
####################################################################
### Get all the associated STATIC RELATION records