From cf8e2aa9aa293e1d0684e98f14f4b135de51e2ba Mon Sep 17 00:00:00 2001 From: sweetas Date: Tue, 19 Dec 2006 02:07:09 +0000 Subject: [PATCH] form state memory fix --- e107_admin/fileinspector.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/e107_admin/fileinspector.php b/e107_admin/fileinspector.php index 48587d34c..e1ea48aef 100644 --- a/e107_admin/fileinspector.php +++ b/e107_admin/fileinspector.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/fileinspector.php,v $ -| $Revision: 1.3 $ -| $Date: 2006-12-19 01:55:23 $ +| $Revision: 1.4 $ +| $Date: 2006-12-19 02:07:09 $ | $Author: sweetas $ +----------------------------------------------------------------------------+ */ @@ -166,7 +166,7 @@ class file_inspector { ".FC_LAN_19.": - + "; @@ -175,7 +175,7 @@ class file_inspector { ".FC_LAN_20.": - + "; @@ -184,7 +184,7 @@ class file_inspector { ".FC_LAN_22.": - + "; } @@ -633,8 +633,8 @@ class file_inspector { $data .= "| GNU General Public License (http://gnu.org).\n"; $data .= "|\n"; $data .= "| \$Source: /cvs_backup/e107_0.8/e107_admin/fileinspector.php,v $\n"; - $data .= "| \$Revision: 1.3 $\n"; - $data .= "| \$Date: 2006-12-19 01:55:23 $\n"; + $data .= "| \$Revision: 1.4 $\n"; + $data .= "| \$Date: 2006-12-19 02:07:09 $\n"; $data .= "| \$Author: sweetas $\n"; $data .= "+----------------------------------------------------------------------------+\n"; $data .= "*/\n\n";