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:
@@ -11,7 +11,7 @@ require(BASE."include/user.php");
|
||||
require(BASE."include/session.php");
|
||||
require(BASE."include/menu.php");
|
||||
require(BASE."include/html.php");
|
||||
require(BASE."include/db.php");
|
||||
require(BASE."include/query.php");
|
||||
|
||||
/* if magic quotes are enabled make sure the user disables them */
|
||||
/* otherwise they will see all kinds of odd effects that are difficult */
|
||||
|
||||
Reference in New Issue
Block a user