mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 21:02:09 +02:00
more notice removal
This commit is contained in:
@@ -9,11 +9,19 @@
|
||||
*
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/notify.php,v $
|
||||
* $Revision: 1.12 $
|
||||
* $Date: 2009-11-27 21:42:46 $
|
||||
* $Revision: 1.13 $
|
||||
* $Date: 2009-12-28 22:16:54 $
|
||||
* $Author: e107steved $
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package e107
|
||||
* @subpackage admin
|
||||
* @version $Id: notify.php,v 1.13 2009-12-28 22:16:54 e107steved Exp $;
|
||||
*
|
||||
* 'Notify' admin page - selects action on various events
|
||||
*/
|
||||
|
||||
require_once('../class2.php');
|
||||
if (!getperms('O'))
|
||||
{
|
||||
@@ -70,6 +78,7 @@ class notify_config
|
||||
$this -> notify_prefs = $sysprefs -> get('notify_prefs');
|
||||
$this -> notify_prefs = $eArrayStorage -> ReadArray($this -> notify_prefs);
|
||||
|
||||
$recalibrate = FALSE;
|
||||
// load every e_notify.php file.
|
||||
if($pref['e_notify_list'])
|
||||
{
|
||||
@@ -209,7 +218,7 @@ class notify_config
|
||||
function render_event($id, $description)
|
||||
{
|
||||
global $rs, $tp, $uc;
|
||||
$text .= "
|
||||
$text = "
|
||||
<tr>
|
||||
<td >".$description.": </td>
|
||||
<td class='nowrap'>
|
||||
|
Reference in New Issue
Block a user