wilde: server/kolab-webadmin/kolab-webadmin/www/admin/kolab versions.php.in, 1.4, 1.5

cvs at kolab.org cvs at kolab.org
Fri Feb 2 12:26:26 CET 2007


Author: wilde

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/kolab
In directory doto:/tmp/cvs-serv26111/kolab-webadmin/kolab-webadmin/www/admin/kolab

Modified Files:
	versions.php.in 
Log Message:
Fixed about/versions pages in web interface.  (issue 1486)


Index: versions.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/kolab/versions.php.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- versions.php.in	18 Dec 2006 22:04:26 -0000	1.4
+++ versions.php.in	2 Feb 2007 11:26:24 -0000	1.5
@@ -3,6 +3,7 @@
  (c) 2004 Klarälvdalens Datakonsult AB
  (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
  (c) 2003-2006 Martin Konold <martin.konold at erfrakon.de>
+ (c) 2007 Intevation GmbH
  This program is Free Software under the GNU General Public License (>=v2).
  Read the file COPYING that comes with this packages for details.
 */
@@ -24,7 +25,7 @@
 
 // Remember to keep this list up to date when patching packages!
 $kolabversions = shell_exec("@RPM@ -q @perl_kolab_rpm@ @kolab_rpm@ @kolab_resource_handlers_rpm@ @kolab_webadmin_rpm@" );
-$kolabpatchedversions = shell_exec("@RPM@ -q @amavisd_rpm@ @webserver_rpm@ @imap_rpm@ @emailserver_rpm@" );
+$kolabpatchedversions = shell_exec("@RPM@ -q -qa|grep 'kolab[0-9]*$'" );
 
 # This is an openpkg test, difficult to see after make.
 # but visible in the vanilla sources.
@@ -58,7 +59,7 @@
   mode: php
   indent-tabs-mode: t
   tab-width: 4
-  buffer-file-coding-system: utf-8
+  coding: utf-8
   End:
 */
  ?>





More information about the commits mailing list