Changeset 924
- Timestamp:
- 10/03/05 02:37:35 (3 years ago)
- Files:
-
- 1 modified
-
trunk/rss/cls/db/db.mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/cls/db/db.mysql.php
r856 r924 50 50 function DBSelectDB($dbname) { 51 51 if (!mysql_select_db($dbname)) { 52 die( "<h1>Error connecting to the database!</h1>\n" 53 ."<p>Have you edited dbinit.php and correctly defined " 52 die( "<h1>Error selecting the database!</h1>\n" 53 ."<p>Does your database exist?" 54 . "Have you edited dbinit.php and correctly defined " 54 55 ."the database username and password?</p>\n" 55 56 ."<p>Refer to the <a href=\"INSTALL\">INSTALL</a> document "
