SOURCES: eventum-paths.patch - more

glen glen at pld-linux.org
Thu Feb 15 00:22:19 CET 2007


Author: glen                         Date: Wed Feb 14 23:22:19 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- more

---- Files affected:
SOURCES:
   eventum-paths.patch (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SOURCES/eventum-paths.patch
diff -u SOURCES/eventum-paths.patch:1.36 SOURCES/eventum-paths.patch:1.37
--- SOURCES/eventum-paths.patch:1.36	Thu Feb 15 00:04:52 2007
+++ SOURCES/eventum-paths.patch	Thu Feb 15 00:22:14 2007
@@ -186,3 +186,27 @@
  require_once(APP_INC_PATH . "class.support.php");
  require_once(APP_INC_PATH . "class.lock.php");
  require_once(APP_INC_PATH . "class.project.php");
+--- eventum/misc/check_reminders.php~	2007-02-15 01:04:27.107937884 +0200
++++ eventum/misc/check_reminders.php	2007-02-15 01:10:20.645910516 +0200
+@@ -29,7 +29,7 @@
+ // @(#) $Id$
+ //
+ 
+-require_once(dirname(__FILE__) . "/../init.php");
++require_once(dirname(__FILE__) . "/htdocs/init.php");
+ require_once(APP_INC_PATH . "db_access.php");
+ require_once(APP_INC_PATH . "class.lock.php");
+ require_once(APP_INC_PATH . "class.reminder.php");
+--- eventum/misc/monitor.php~	2007-02-15 01:04:27.107937884 +0200
++++ eventum/misc/monitor.php	2007-02-15 01:10:48.616541558 +0200
+@@ -27,8 +27,8 @@
+ // +----------------------------------------------------------------------+
+ //
+ // @(#) $Id$
+-//
+-require_once(dirname(__FILE__) . "/../init.php");
++
++require_once(dirname(__FILE__) . "/htdocs/init.php");
+ require_once(APP_INC_PATH . "class.monitor.php");
+ 
+ // the disk partition in which eventum is stored in
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-paths.patch?r1=1.36&r2=1.37&f=u



More information about the pld-cvs-commit mailing list