Forgot to regen the patch, somehow.

This commit is contained in:
mbalmer 2008-11-08 11:23:07 +00:00
parent 15242ec79f
commit 6d34234d32
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2008/10/30 09:49:39 mbalmer Exp $
# $OpenBSD: Makefile,v 1.22 2008/11/08 11:23:07 mbalmer Exp $
COMMENT= web based calendar application using the horde framework
@ -6,7 +6,7 @@ HORDE_MODULE= kronolith
HORDE_NAME= Kronolith
DISTNAME= ${HORDE_MODULE}-h3-2.3
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= www mail
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-lib_Driver_sql_php,v 1.1 2008/05/08 09:57:56 mbalmer Exp $
--- lib/Driver/sql.php.orig Thu Mar 8 14:52:35 2007
+++ lib/Driver/sql.php Thu May 8 11:47:41 2008
@@ -271,17 +271,17 @@ class Kronolith_Driver_sql extends Kronolith_Driver {
$OpenBSD: patch-lib_Driver_sql_php,v 1.2 2008/11/08 11:23:07 mbalmer Exp $
--- lib/Driver/sql.php.orig Wed Sep 3 22:29:54 2008
+++ lib/Driver/sql.php Sat Nov 8 12:21:21 2008
@@ -307,17 +307,17 @@ class Kronolith_Driver_sql extends Kronolith_Driver {
$etime = sprintf('%04d-%02d-%02d 00:00:00', $endInterval->year, $endInterval->month, $endInterval->mday);
if (isset($startInterval)) {
$stime = sprintf('%04d-%02d-%02d 00:00:00', $startInterval->year, $startInterval->month, $startInterval->mday);
@ -21,6 +21,6 @@ $OpenBSD: patch-lib_Driver_sql_php,v 1.1 2008/05/08 09:57:56 mbalmer Exp $
- ' AND event_recurtype <> ?))';
+ $q .= 'event_start <= CAST(? as timestamp)' .
+ ' AND event_recurtype <> CAST(? as varchar)))';
array_push($values, $etime, KRONOLITH_RECUR_NONE);
array_push($values, $etime, HORDE_DATE_RECUR_NONE);
// Log the query at a DEBUG log level.
/* Log the query at a DEBUG log level. */