diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php
index e2d3842d8..7b1368a14 100644
--- a/e107_admin/plugin.php
+++ b/e107_admin/plugin.php
@@ -3,7 +3,7 @@
+ ----------------------------------------------------------------------------+
| e107 website system
|
-| ©Steve Dunstan 2001-2002
+| Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
-| $Revision: 1.52 $
-| $Date: 2009-10-30 12:56:07 $
-| $Author: e107coders $
+| $Revision: 1.53 $
+| $Date: 2009-11-04 21:59:35 $
+| $Author: secretr $
+----------------------------------------------------------------------------+
*/
@@ -826,7 +826,7 @@ class pluginManager{
{
if ($plug['plugin_installflag'])
{
- $text .= ($plug['plugin_installflag'] ? "".ADMIN_UNINSTALLPLUGIN_ICON."" : "".ADMIN_INSTALLPLUGIN_ICON."");
+ $text .= ($plug['plugin_installflag'] ? "".ADMIN_UNINSTALLPLUGIN_ICON."" : "".ADMIN_INSTALLPLUGIN_ICON."");
// $text .= ($plug['plugin_installflag'] ? "" : "");
if (PLUGIN_SHOW_REFRESH && !varsettrue($plug_vars['plugin_php']))
diff --git a/e107_admin/sql/core_sql.php b/e107_admin/sql/core_sql.php
index ba6dbb22a..59ec3767f 100644
--- a/e107_admin/sql/core_sql.php
+++ b/e107_admin/sql/core_sql.php
@@ -9,9 +9,9 @@
* Core SQL
*
* $Source: /cvs_backup/e107_0.8/e107_admin/sql/core_sql.php,v $
- * $Revision: 1.31 $
- * $Date: 2009-11-04 20:19:11 $
- * $Author: e107steved $
+ * $Revision: 1.32 $
+ * $Date: 2009-11-04 21:59:35 $
+ * $Author: secretr $
*/
header("location:../index.php");
@@ -22,7 +22,7 @@ exit;
# | e107 website system
# | /files/sql.php
# |
-# | ?Steve Dunstan 2001-2002
+# | Steve Dunstan 2001-2002
# | http://e107.org
# | jalist@e107.org
# |
diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php
index 83e215e39..c2f998690 100644
--- a/e107_handlers/plugin_class.php
+++ b/e107_handlers/plugin_class.php
@@ -3,7 +3,7 @@
+ ----------------------------------------------------------------------------+
| e107 website system
|
-| �Steve Dunstan 2001-2002
+| Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
-| $Revision: 1.110 $
-| $Date: 2009-11-03 01:17:01 $
-| $Author: e107coders $
+| $Revision: 1.111 $
+| $Date: 2009-11-04 21:59:35 $
+| $Author: secretr $
+----------------------------------------------------------------------------+
*/