summaryrefslogtreecommitdiff
path: root/deskutils/horde-kronolith/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-12 09:13:08 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-12 09:13:08 +0000
commit823551ae8254d513cad2b59468e73b1c90c6aef4 (patch)
tree99cf85703ea1cc4e4d6918d2513a1e6c98475298 /deskutils/horde-kronolith/files
parent1. upgrade to 1.3 (diff)
upgrade to 1.1
PR: 51942 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=80817
Diffstat (limited to 'deskutils/horde-kronolith/files')
-rw-r--r--deskutils/horde-kronolith/files/patch-aa13
-rw-r--r--deskutils/horde-kronolith/files/patch-lib_Driver_sql.php11
2 files changed, 11 insertions, 13 deletions
diff --git a/deskutils/horde-kronolith/files/patch-aa b/deskutils/horde-kronolith/files/patch-aa
index f726fc9117b3..654e4ad1020a 100644
--- a/deskutils/horde-kronolith/files/patch-aa
+++ b/deskutils/horde-kronolith/files/patch-aa
@@ -1,5 +1,5 @@
---- config/conf.php.dist.orig Tue Feb 19 19:00:40 2002
-+++ config/conf.php.dist Fri May 10 18:20:09 2002
+--- config/conf.php.dist.orig Fri Apr 4 21:23:54 2003
++++ config/conf.php.dist Sat Apr 5 17:57:35 2003
@@ -28,9 +28,9 @@
$conf['calendar']['params']['driver'] = 'mstore';
@@ -13,3 +13,12 @@
// This is an example configuration for an sql driver, in this case MySQL.
// $conf['calendar']['params']['phptype'] = 'mysql';
+@@ -48,7 +48,7 @@
+ // If this is true, then an array of keywords will be read from
+ // config/keywords.php and you will be able to assign any or all of
+ // them to events.
+-$conf['metadata']['keywords'] = false;
++$conf['metadata']['keywords'] = true;
+
+
+ /**
diff --git a/deskutils/horde-kronolith/files/patch-lib_Driver_sql.php b/deskutils/horde-kronolith/files/patch-lib_Driver_sql.php
deleted file mode 100644
index e831d6991901..000000000000
--- a/deskutils/horde-kronolith/files/patch-lib_Driver_sql.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/Driver/sql.php.orig Sat May 18 00:58:16 2002
-+++ lib/Driver/sql.php Mon Dec 23 23:12:46 2002
-@@ -61,7 +61,7 @@
-
- /* Connect to the SQL server using the supplied parameters. */
- $this->db = &DB::connect($this->params, true);
-- if (DB::isError($this->db) || DB::isWarning($this->db)) {
-+ if (DB::isError($this->db)) {
- Horde::fatal($this->db, __FILE__, __LINE__);
- }
-