Ignore:
Timestamp:
Feb 15, 2010, 8:49:04 PM (14 years ago)
Author:
nikrou
Message:

Feature 1255 :
update pwg_db_insert_id() function.
PosgreSQL needs table name to retrieve last insert auto increment id.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_functions.inc.php

    r4884 r4892  
    12481248    );
    12491249
    1250   $image_id = pwg_db_insert_id();
     1250  $image_id = pwg_db_insert_id(IMAGES_TABLE);
    12511251
    12521252  // let's add links between the image and the categories
Note: See TracChangeset for help on using the changeset viewer.