1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Small fix to output file format

This commit is contained in:
e107steved
2008-12-09 22:45:42 +00:00
parent 3cf2171b31
commit 2515f53bdb

View File

@@ -4,8 +4,8 @@
| e107 website system - Converter for plugin.php to plugin.xml | e107 website system - Converter for plugin.php to plugin.xml
| |
| $Source: /cvs_backup/e107_0.8/e107_files/utilities/pluginxmlgen.php,v $ | $Source: /cvs_backup/e107_0.8/e107_files/utilities/pluginxmlgen.php,v $
| $Revision: 1.8 $ | $Revision: 1.9 $
| $Date: 2008-12-03 22:29:52 $ | $Date: 2008-12-09 22:45:42 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -193,7 +193,7 @@ function makeXML($pluginDir, $extras=array())
'version' => $eplug_version, 'version' => $eplug_version,
'compatibility' => '0.8', 'compatibility' => '0.8',
'installRequired' => $extras['installationrequired'] ? 'true' : 'false' 'installRequired' => $extras['installationrequired'] ? 'true' : 'false'
), TRUE); ), FALSE);
$fileText .= writeTagList('author', $fileText .= writeTagList('author',
array('name' => $eplug_author, array('name' => $eplug_author,