1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Notice removal during install

This commit is contained in:
CaMer0n
2009-09-13 12:12:23 +00:00
parent e1aa59de10
commit f4d987b98e
2 changed files with 7 additions and 7 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
| $Revision: 1.81 $
| $Date: 2009-09-12 13:16:56 $
| $Revision: 1.82 $
| $Date: 2009-09-13 12:12:22 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -1521,7 +1521,7 @@ class e107plugin
$query = "SELECT * FROM #plugin WHERE plugin_addons !='' ORDER BY plugin_path ASC";
if ($sql -> db_Select_gen($query,TRUE))
if ($sql -> db_Select_gen($query))
{
while($row = $sql-> db_Fetch())
{