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/install/db/1-database.php

    r3282 r4325  
    3333// +-----------------------------------------------------------------------+
    3434
    35 list($now) = mysql_fetch_row(pwg_query('SELECT NOW()'));
     35list($now) = pwg_db_fetch_row(pwg_query('SELECT NOW()'));
    3636echo
    3737$now
Note: See TracChangeset for help on using the changeset viewer.