Changeset 858 in ExiteCMS for trunk/administration/user_groups.php
- Timestamp:
- 09/29/07 21:51:40 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
administration/user_groups.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 Copy of config.php 2 config.backup.php 2 3 config.php
-
- Property svn:ignore
-
trunk/administration/user_groups.php
r834 r858 68 68 $title = $locale['408']; 69 69 $variables['message'] = $locale['411']; 70 } elseif ($status == "dels") { 71 $title = $locale['408']; 72 $variables['message'] = $locale['419']; 70 73 } 71 74 // define the message panel variables … … 200 203 } elseif (isset($_POST['delete'])) { 201 204 205 $result = dbquery("SELECT group_ident FROM ".$db_prefix."user_groups WHERE group_id = '$group_id'"); 206 if ($result) { 207 $data = dbarray($result); 208 if ($data['group_ident'] != "") { 209 redirect(FUSION_SELF.$aidlink."&status=dels"); 210 } 211 } 202 212 if (dbcount("(*)", "users", "user_groups REGEXP('^\\\.{$group_id}$|\\\.{$group_id}\\\.|\\\.{$group_id}$')") != 0) { 203 213 redirect(FUSION_SELF.$aidlink."&status=deln");
Note: See TracChangeset
for help on using the changeset viewer.
