Changeset 308


Ignore:
Timestamp:
Jan 21, 2004, 11:14:47 PM (21 years ago)
Author:
z0rglub
Message:

bug correction : POST[associate] was always set even if not ! test also the
emptiness of the var

File:
1 edited

Legend:

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

    r307 r308  
    3232  if ( isset( $_POST['submit'] ) )
    3333  {
    34     if ( isset( $_POST['associate'] ) )
     34    if ( isset( $_POST['associate'] ) and $_POST['associate'] != '' )
    3535    {
    3636      // does the uppercat id exists in the database ?
Note: See TracChangeset for help on using the changeset viewer.