Changeset 328
- Timestamp:
- Jan 29, 2004, 10:18:53 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_3/admin/user_list.php
r311 r328 231 231 while ( $row = mysql_fetch_array( $result ) ) 232 232 { 233 if ( $_POST['mail-'.$row['id']] == 1)233 if ( isset( $_POST['mail-'.$row['id']] ) ) 234 234 array_push( $mails, $row['mail_address'] ); 235 235 }
Note: See TracChangeset
for help on using the changeset viewer.