punbb/include/dblayer/common_db.php
changeset 2 a8a21e1c7afa
parent 0 f9ffdbd96607
equal deleted inserted replaced
1:8f6143115bf5 2:a8a21e1c7afa
    65 		break;
    65 		break;
    66 }
    66 }
    67 
    67 
    68 
    68 
    69 // Create the database adapter object (and open/connect to/select db)
    69 // Create the database adapter object (and open/connect to/select db)
    70 $db = new DBLayer($db_host, $db_username, $db_password, $db_name, $db_prefix, $p_connect);
    70 $pun_db = new DBLayer($db_host, $db_username, $db_password, $db_name, $db_prefix, $p_connect);