Changeset 345 for trunk/admin/group_list.php
- Timestamp:
- Feb 2, 2004, 1:55:18 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/group_list.php
r226 r345 34 34 $row = mysql_fetch_array( mysql_query( $query ) ); 35 35 // confirm group deletion ? 36 if ( $_GET['confirm'] != 1 )36 if ( !isset( $_GET['confirm'] ) or $_GET['confirm'] != 1 ) 37 37 { 38 38 $vtp->addSession( $sub, 'deletion' );
Note: See TracChangeset
for help on using the changeset viewer.