Ignore:
Timestamp:
Feb 12, 2013, 12:06:00 PM (11 years ago)
Author:
mistic100
Message:

feature:65 pwg_db_connect doesn't return anything now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upgrade_feed.php

    r19703 r20720  
    6161try
    6262{
    63   $pwg_db_link = pwg_db_connect($conf['db_host'], $conf['db_user'],
    64                                 $conf['db_password'], $conf['db_base']);
     63  pwg_db_connect($conf['db_host'], $conf['db_user'],
     64                 $conf['db_password'], $conf['db_base']);
    6565}
    6666catch (Exception $e)
Note: See TracChangeset for help on using the changeset viewer.