Ignore:
Timestamp:
Feb 2, 2004, 1:55:18 AM (21 years ago)
Author:
gweltas
Message:

Merge of the 1.3.1 release
Creation of an unique include file (common.php)
Creation of an unique define file (include/constants.php)
Modification of the installation procedure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/group_list.php

    r226 r345  
    3434  $row = mysql_fetch_array( mysql_query( $query ) );
    3535  // confirm group deletion ?
    36   if ( $_GET['confirm'] != 1 )
     36  if ( !isset( $_GET['confirm'] ) or $_GET['confirm'] != 1 )
    3737  {
    3838    $vtp->addSession( $sub, 'deletion' );
Note: See TracChangeset for help on using the changeset viewer.