Changeset 389
- Timestamp:
- Mar 13, 2004, 12:15:45 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_3/admin/cat_list.php
r330 r389 64 64 array_push( $errors, $lang['cat_error_name'] ); 65 65 // does the uppercat id exists in the database ? 66 if ( $_POST['associate'] == '' ) 66 if ( $_POST['associate'] == '' 67 or $_POST['associate'] == '-1' ) 67 68 { 68 69 $_POST['associate'] = -1;
Note: See TracChangeset
for help on using the changeset viewer.