Changeset 4325 for trunk/search.php


Ignore:
Timestamp:
Nov 20, 2009, 3:17:04 PM (14 years ago)
Author:
nikrou
Message:

Feature 1244 resolved
Replace all mysql functions in core code by ones independant of database engine

Fix small php code synxtax : hash must be accessed with [ ] and not { }.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/search.php

    r3282 r4325  
    137137    pwg_query($query);
    138138
    139     $search_id = mysql_insert_id();
     139    $search_id = pwg_db_insert_id();
    140140  }
    141141  else
Note: See TracChangeset for help on using the changeset viewer.