From ef5df3db1f563b73f11598b378c4b273f7044de5 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sat, 20 Sep 2003 15:04:09 +0000 Subject: Using the same name for variables in ./include/mysql.inc.php git-svn-id: http://piwigo.org/svn/trunk@141 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions.inc.php b/include/functions.inc.php index 6ab5d960c..5eeb2f4a7 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -318,7 +318,7 @@ function replace_search( $string, $search ) function database_connection() { include( PREFIX_INCLUDE.'./include/mysql.inc.php' ); - define( PREFIX_TABLE, $prefix_table ); + define( PREFIX_TABLE, $prefixeTable ); @mysql_connect( $cfgHote, $cfgUser, $cfgPassword ) or die ( "Could not connect to server" ); -- cgit v1.2.3