Changeset 20462 for trunk/i.php


Ignore:
Timestamp:
Jan 30, 2013, 12:12:22 PM (11 years ago)
Author:
mistic100
Message:

feature:65 Add support for PHP mysqli extension, activated by default, remove returns of link_identifier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/i.php

    r19703 r20462  
    403403try
    404404{
    405   $pwg_db_link = pwg_db_connect($conf['db_host'], $conf['db_user'],
    406                                 $conf['db_password'], $conf['db_base']);
     405  pwg_db_connect($conf['db_host'], $conf['db_user'],
     406                 $conf['db_password'], $conf['db_base']);
    407407}
    408408catch (Exception $e)
     
    512512  $page['rotation_angle'] = 0;
    513513}
    514 pwg_db_close($pwg_db_link);
     514pwg_db_close();
    515515
    516516if (!try_switch_source($params, $src_mtime) && $params->type==IMG_CUSTOM)
Note: See TracChangeset for help on using the changeset viewer.