|
From: FlorinCB <ory...@us...> - 2008-10-04 18:16:38
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25201 Modified Files: mx_functions_style.php Log Message: Big bug with phpbb3 backend we should not have so many "AND" when trying disaperatly. Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.95 retrieving revision 1.96 diff -C2 -d -r1.95 -r1.96 *** mx_functions_style.php 4 Oct 2008 07:04:25 -0000 1.95 --- mx_functions_style.php 4 Oct 2008 18:16:26 -0000 1.96 *************** *** 932,937 **** $sql = "SELECT bbt.*, stt.* FROM " . MX_THEMES_TABLE . " mxt, " . STYLES_TABLE . " bbt, " . STYLES_TEMPLATE_TABLE . " stt ! WHERE mxt.template_name = stt.template_path ! AND bbt.style_id = stt.template_id"; break; } --- 932,936 ---- $sql = "SELECT bbt.*, stt.* FROM " . MX_THEMES_TABLE . " mxt, " . STYLES_TABLE . " bbt, " . STYLES_TEMPLATE_TABLE . " stt ! WHERE mxt.template_name = stt.template_path"; break; } |