Changeset 4892 for trunk/search.php


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/search.php

    r4753 r4892  
    149149    pwg_query($query);
    150150
    151     $search_id = pwg_db_insert_id();
     151    $search_id = pwg_db_insert_id(SEARCH_TABLE);
    152152  }
    153153  else
Note: See TracChangeset for help on using the changeset viewer.