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/include/functions_rate.inc.php

    r3282 r4325  
    125125  WHERE element_id = '.$image_id.'
    126126;';
    127   $row = mysql_fetch_assoc(pwg_query($query));
     127  $row = pwg_db_fetch_assoc(pwg_query($query));
    128128  $query = '
    129129UPDATE '.IMAGES_TABLE.'
Note: See TracChangeset for help on using the changeset viewer.