From 11c2e5805334a637a4e304c27d0fdcf709e24772 Mon Sep 17 00:00:00 2001 From: gweltas Date: Wed, 25 Aug 2004 22:25:58 +0000 Subject: - Deletion of obsolete functions in the administrative part - Repair of virtual category management git-svn-id: http://piwigo.org/svn/trunk@496 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.inc.php') diff --git a/include/functions.inc.php b/include/functions.inc.php index 8e09f24db..c15149e20 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -413,7 +413,7 @@ function notify( $type, $infos = '' ) while ( $row = mysql_fetch_array( $result ) ) { $to = $row['mail_address']; - include( PHPWG_ROOT_PATH.'language/'.$row['language'].'.php' ); + include( PHPWG_ROOT_PATH.'language/'.$row['language'].'/common.lang.php' ); $content = $lang['mail_hello']."\n\n"; switch ( $type ) { -- cgit v1.2.3