aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/functions.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php
index 2a3a795c8..58cc0951f 100644
--- a/include/functions.inc.php
+++ b/include/functions.inc.php
@@ -400,6 +400,7 @@ function notify( $type, $infos = '' )
while ( $row = mysql_fetch_array( $result ) )
{
$to = $row['mail_address'];
+ $isadmin = false;
include( PREFIX_INCLUDE.'./language/'.$row['language'].'.php' );
$content = $lang['mail_hello']."\n\n";
switch ( $type )
@@ -464,4 +465,4 @@ function pwg_debug( $string )
$debug.= $count_queries.' queries] : '.$string;
$debug.= "\n";
}
-?> \ No newline at end of file
+?>