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/admin/configuration.php

    r4265 r4325  
    139139    //echo '<pre>'; print_r($_POST); echo '</pre>';
    140140    $result = pwg_query('SELECT param FROM '.CONFIG_TABLE);
    141     while ($row = mysql_fetch_assoc($result))
     141    while ($row = pwg_db_fetch_assoc($result))
    142142    {
    143143      if (isset($_POST[$row['param']]))
Note: See TracChangeset for help on using the changeset viewer.