|
From: Jon O. <jon...@us...> - 2005-09-10 22:08:33
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6845/includes Modified Files: mx_functions_admincp.php Log Message: updated for phpBB 2.0.17 Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_functions_admincp.php 9 Sep 2005 16:38:20 -0000 1.6 --- mx_functions_admincp.php 10 Sep 2005 22:08:24 -0000 1.7 *************** *** 1418,1422 **** // Get parent page id, to update cache // ! $sql = " SELECT page_id FROM " . COLUMN_BLOCK_TABLE . " WHERE column_id = '" . $column_id . "'"; if( !($result = $db->sql_query($sql)) ) { --- 1418,1422 ---- // Get parent page id, to update cache // ! $sql = " SELECT page_id FROM " . COLUMN_TABLE . " WHERE column_id = '" . $column_id . "'"; if( !($result = $db->sql_query($sql)) ) { |