From 2515f53bdb4e48e814951f46781f7947bc3a92cd Mon Sep 17 00:00:00 2001 From: e107steved Date: Tue, 9 Dec 2008 22:45:42 +0000 Subject: [PATCH] Small fix to output file format --- e107_files/utilities/pluginxmlgen.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_files/utilities/pluginxmlgen.php b/e107_files/utilities/pluginxmlgen.php index 3c0dac3d9..63114404c 100644 --- a/e107_files/utilities/pluginxmlgen.php +++ b/e107_files/utilities/pluginxmlgen.php @@ -4,8 +4,8 @@ | e107 website system - Converter for plugin.php to plugin.xml | | $Source: /cvs_backup/e107_0.8/e107_files/utilities/pluginxmlgen.php,v $ -| $Revision: 1.8 $ -| $Date: 2008-12-03 22:29:52 $ +| $Revision: 1.9 $ +| $Date: 2008-12-09 22:45:42 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -193,7 +193,7 @@ function makeXML($pluginDir, $extras=array()) 'version' => $eplug_version, 'compatibility' => '0.8', 'installRequired' => $extras['installationrequired'] ? 'true' : 'false' - ), TRUE); + ), FALSE); $fileText .= writeTagList('author', array('name' => $eplug_author,