diff options
author | gweltas <gweltas@piwigo.org> | 2004-08-25 22:25:58 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-08-25 22:25:58 +0000 |
commit | 11c2e5805334a637a4e304c27d0fdcf709e24772 (patch) | |
tree | 5ca4823ca75bb9d9a2d7dccd0774cbf9aa8aa4a0 /include/functions.inc.php | |
parent | c8fb7c2e36194e1f0687c4be6689a841f2615614 (diff) |
- 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
Diffstat (limited to '')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |