Changeset 328


Ignore:
Timestamp:
Jan 29, 2004, 10:18:53 PM (20 years ago)
Author:
z0rglub
Message:

Php Warning correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/admin/user_list.php

    r311 r328  
    231231    while ( $row = mysql_fetch_array( $result ) )
    232232    {
    233       if ( $_POST['mail-'.$row['id']] == 1 )
     233      if ( isset( $_POST['mail-'.$row['id']] ) )
    234234        array_push( $mails, $row['mail_address'] );
    235235    }
Note: See TracChangeset for help on using the changeset viewer.