[pkg-kolab] r298 - trunk/kolab-webadmin/debian/patches

Steffen Joeris white-guest at costa.debian.org
Wed Feb 8 15:34:03 UTC 2006


Author: white-guest
Date: 2006-02-08 15:34:03 +0000 (Wed, 08 Feb 2006)
New Revision: 298

Modified:
   trunk/kolab-webadmin/debian/patches/10-fix-require.dpatch
Log:
* add patch for mysmarty.php


Modified: trunk/kolab-webadmin/debian/patches/10-fix-require.dpatch
===================================================================
--- trunk/kolab-webadmin/debian/patches/10-fix-require.dpatch	2006-02-08 14:07:20 UTC (rev 297)
+++ trunk/kolab-webadmin/debian/patches/10-fix-require.dpatch	2006-02-08 15:34:03 UTC (rev 298)
@@ -647,3 +647,14 @@
  
  function fill_form_for_modify( &$form, &$ldap_object ) {
    if (is_array($ldap_object['sn'])) $lastname = $ldap_object['sn'][0];
+--- mysmarty.php.orig    2006-01-30 14:48:15.000000000 +0100
++++ kolab-webadmin-0.4.0/php/admin/include/mysmarty.php        2006-02-08 15:42:41.000000000 +0100
+@@ -19,7 +19,7 @@
+  */
+
+ require_once('config.php');
+-require_once('Smarty/Smarty.class.php');
++require_once('smarty/libs/Smarty.class.php');
+ require_once('locale.php');
+
+ // PENDING: Remove this before production(!)




More information about the pkg-kolab-devel mailing list