Changeset 1612
- Timestamp:
- 04/22/08 19:20:08 (3 months ago)
- Files:
-
- branches/punbb-1.3-dev/upload/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/punbb-1.3-dev/upload/install.php
r1610 r1612 395 395 396 396 // Create the database object (and connect/select db) 397 $ db = new DBLayer($db_host, $db_username, $db_password, $db_name, $db_prefix, false);397 $pun_db = new DBLayer($db_host, $db_username, $db_password, $db_name, $db_prefix, false); 398 398 399 399
