Rename include/db.php to include/query.php, all of the functions in db.php were named query_*(). Rename test_db.php to

test_query.php to match the rename of include/db.php.  Modify include/incl.php to include query.php instead of db.php
This commit is contained in:
Chris Morgan
2006-07-17 20:56:07 +00:00
committed by WineHQ
parent a41a3577ce
commit 0019810922
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ error_reporting(E_ALL ^ E_NOTICE);
include_once("test_user.php");
echo "\n";
include_once("test_db.php");
include_once("test_query.php");
echo "\n";
include_once("test_image.php");