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

Sort out duplicated entry in plugin.xml, various detail corrections

This commit is contained in:
e107steved
2008-12-13 10:30:24 +00:00
parent 99501721e4
commit b157186a4f
7 changed files with 11 additions and 15 deletions

View File

@@ -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.9 $
| $Date: 2008-12-09 22:45:42 $
| $Revision: 1.10 $
| $Date: 2008-12-13 10:30:18 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -201,7 +201,6 @@ function makeXML($pluginDir, $extras=array())
'email' => $eplug_email
), TRUE);
$fileText .= writeTag('description',$eplug_description);
$fileText .= writeTag('compatibility',$eplug_compatible);
$fileText .= writeTag('readMe',$eplug_readme);
$fileText .= writeTag('folder',$baseFolder);
if (isset($eplug_comment_ids) && is_array($eplug_comment_ids))