mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 10:20:45 +02:00
Bugtracker #3652
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_files/shortcode/batch/usersettings_shortcodes.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_files/shortcode/batch/usersettings_shortcodes.php,v $
|
||||||
| $Revision: 1.2 $
|
| $Revision: 1.3 $
|
||||||
| $Date: 2007-01-07 15:59:42 $
|
| $Date: 2007-01-16 13:55:37 $
|
||||||
| $Author: e107steved $
|
| $Author: mcfly_e107 $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
@@ -227,7 +227,7 @@ global $sql, $tp, $curVal, $usersettings_shortcodes;
|
|||||||
$qry = "
|
$qry = "
|
||||||
SELECT * FROM #user_extended_struct
|
SELECT * FROM #user_extended_struct
|
||||||
WHERE user_extended_struct_applicable IN (".$tp -> toDB($curVal['userclass_list'], true).")
|
WHERE user_extended_struct_applicable IN (".$tp -> toDB($curVal['userclass_list'], true).")
|
||||||
AND user_extended_struct_write IN (".$tp -> toDB($curVal['userclass_list'], true).")
|
AND user_extended_struct_write IN (".USERCLASS_LIST.")
|
||||||
AND user_extended_struct_type = 0
|
AND user_extended_struct_type = 0
|
||||||
ORDER BY user_extended_struct_order ASC
|
ORDER BY user_extended_struct_order ASC
|
||||||
";
|
";
|
||||||
|
Reference in New Issue
Block a user