1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Notice removal

This commit is contained in:
CaMer0n
2009-09-10 10:23:12 +00:00
parent c1a46151c9
commit 91d08cb128
2 changed files with 6 additions and 6 deletions

View File

@@ -9,8 +9,8 @@
* General purpose file * General purpose file
* *
* $Source: /cvs_backup/e107_0.8/class2.php,v $ * $Source: /cvs_backup/e107_0.8/class2.php,v $
* $Revision: 1.139 $ * $Revision: 1.140 $
* $Date: 2009-09-06 22:12:39 $ * $Date: 2009-09-10 10:23:12 $
* $Author: e107coders $ * $Author: e107coders $
* *
*/ */
@@ -930,7 +930,7 @@ if (!class_exists('e107table'))
{ {
$this->eMenuCount++; $this->eMenuCount++;
} }
tablestyle($caption, $text, $mode, array('menuArea'=>$this->eMenuArea,'menuCount'=>$this->eMenuCount,'menuTotal'=>$this->eMenuTotal[$this->eMenuArea],'setStyle'=>$this->eSetStyle)); tablestyle($caption, $text, $mode, array('menuArea'=>$this->eMenuArea,'menuCount'=>$this->eMenuCount,'menuTotal'=>varset($this->eMenuTotal[$this->eMenuArea]),'setStyle'=>$this->eSetStyle));
return ''; return '';
} }
} }

View File

@@ -9,8 +9,8 @@
* Administration - Database Utilities * Administration - Database Utilities
* *
* $Source: /cvs_backup/e107_0.8/e107_admin/db.php,v $ * $Source: /cvs_backup/e107_0.8/e107_admin/db.php,v $
* $Revision: 1.31 $ * $Revision: 1.32 $
* $Date: 2009-09-10 09:49:01 $ * $Date: 2009-09-10 10:23:12 $
* $Author: e107coders $ * $Author: e107coders $
* *
*/ */
@@ -178,7 +178,7 @@ class system_tools
$this->scan_override(); $this->scan_override();
} }
if(isset($_POST['plugin_scan']) || e_QUERY == "plugin" || $_POST['delplug'] || $_GET['mode']=='plugin_scan') if(isset($_POST['plugin_scan']) || e_QUERY == "plugin" || isset($_POST['delplug']) || $_GET['mode']=='plugin_scan')
{ {
$this->plugin_viewscan(); $this->plugin_viewscan();
} }