punbb/include/dblayer/common_db.php
changeset 2 a8a21e1c7afa
parent 0 f9ffdbd96607
--- a/punbb/include/dblayer/common_db.php	Wed Jul 11 21:28:39 2007 -0400
+++ b/punbb/include/dblayer/common_db.php	Thu Jul 12 01:04:01 2007 -0400
@@ -67,4 +67,4 @@
 
 
 // Create the database adapter object (and open/connect to/select db)
-$db = new DBLayer($db_host, $db_username, $db_password, $db_name, $db_prefix, $p_connect);
+$pun_db = new DBLayer($db_host, $db_username, $db_password, $db_name, $db_prefix, $p_connect);