steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/framework install-packages.php, 1.1.1.1, 1.2

cvs at intevation.de cvs at intevation.de
Tue Nov 16 02:45:26 CET 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/framework
In directory doto:/tmp/cvs-serv27771/kolab-resource-handlers/fbview/fbview/framework

Modified Files:
	install-packages.php 
Log Message:
Fix for Issue529 (ical \-quoting)

Index: install-packages.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/framework/install-packages.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- install-packages.php	11 Jun 2004 10:51:08 -0000	1.1.1.1
+++ install-packages.php	16 Nov 2004 01:45:24 -0000	1.2
@@ -56,6 +56,7 @@
     $package = $dir . '/' . $entry . '/' . 'package.xml';
     if (file_exists($package)) {
         echo "Installing $entry:\n";
+	#echo "$pear \"$package\"\n";
         system("$pear \"$package\"");
         echo "\n\n";
     }





More information about the commits mailing list