|
From: Jon O. <jon...@us...> - 2007-09-05 06:47:02
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4049/admin Modified Files: Tag: core28x admin_mx_block_cp.php Log Message: Solved issues reported in the BT is commited. And: - template get_file update, backported from 2.9.x - removed blockCP block select, if not admin Index: admin_mx_block_cp.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_block_cp.php,v retrieving revision 1.16 retrieving revision 1.16.2.1 diff -C2 -d -r1.16 -r1.16.2.1 *** admin_mx_block_cp.php 5 May 2007 20:12:54 -0000 1.16 --- admin_mx_block_cp.php 26 Aug 2007 19:06:40 -0000 1.16.2.1 *************** *** 189,192 **** --- 189,193 ---- $mx_dynamic_select = new mx_dynamic_select(); $mx_dynamic_select->generate($block_id, true); + $blockcptemplate->assign_block_vars('dynamic_select', array()); // |