Changeset 124


Ignore:
Timestamp:
Sep 16, 2003, 8:53:52 PM (21 years ago)
Author:
z0rglub
Message:

The execution of the query to insert distant picture had vanished !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/update.php

    r88 r124  
    480480      $query.= ')';
    481481      $query.= ';';
     482      mysql_query( $query );
    482483      // retrieving the id of newly inserted picture
    483484      $query = 'SELECT id';
Note: See TracChangeset for help on using the changeset viewer.