mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
- 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
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user