Changeset 1612

Show
Ignore:
Timestamp:
04/22/08 19:20:08 (3 months ago)
Author:
Neal
Message:

Fixed an instance of $db not being properly renamed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/punbb-1.3-dev/upload/install.php

    r1610 r1612  
    395395 
    396396        // 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); 
    398398 
    399399