[kronolith] Can't see events after 1.1 to 1.1.1
Steven Stern
subscribed-lists at sterndata.com
Thu Mar 18 11:07:55 PST 2004
On Thu, 18 Mar 2004 19:13:05 +0100, Jan Schneider <jan at horde.org> wrote:
>Zitat von Steven Stern <subscribed-lists at sterndata.com>:
>
>> On Thu, 18 Mar 2004 18:22:00 +0100, Jan Schneider <jan at horde.org> wrote:
>>
>>
>>>
>>> Can everybody having this problem try the following patch and confirm that
>>> the issue is fixed?
>>>
>>> http://cvs.horde.org/diff.php/kronolith/lib/Driver/sql.php?r1=1.31.2.13&r2=1.31.2.14&ty=u
>>>
>>> Jan.
>>
>>
>> Jan: Please pardon a dumb question. What command do I use to apply
>> the patch?
>
>patch -p0 kronolit/lib/Driver/sql.php < downloaded.patch
>
Using the patch below:
# patch -p0 sql.php < patch.txt
patching file sql.php
Hunk #1 FAILED at 3.
Hunk #2 FAILED at 89.
2 out of 2 hunks FAILED -- saving rejects to file sql.php.rej
===== patch.txt ===========
===================================================================
RCS file: /horde/cvs/kronolith/lib/Driver/sql.php,v
retrieving revision 1.31.2.13
retrieving revision 1.31.2.14
diff -p --unified=3 -r1.31.2.13 -r1.31.2.14
--- sql.php 2004/03/05 19:26:04 1.31.2.13
+++ sql.php 2004/03/18 16:09:15 1.31.2.14
@@ -3,11 +3,11 @@
* The Kronolith_Driver_sql:: class implements the Kronolith_Driver
* API for a SQL backend.
*
- * $Horde$
+ * $Horde: kronolith/lib/Driver/sql.php,v 1.31.2.13 2004/03/05 19:26:04 jan
Exp $
*
* @author Luc Saillard <luc.saillard at fr.alcove.com>
* @author Chuck Hagenbuch <chuck at horde.org>
- * @version $Revision: 1.31.2.13 $
+ * @version $Revision: 1.31.2.14 $
* @since Kronolith 0.3
* @package kronolith
*/
@@ -89,7 +89,7 @@ class Kronolith_Driver_sql extends Krono
' event_keywords, event_title, event_category,' .
' event_recurtype, event_recurenddate, event_recurinterval,' .
' event_recurdays, event_start, event_end, event_alarm,' .
- ' event_modified, event_exceptions, event_creator_id FROM ' .
$this->_params['table'] .
+ ' event_modified, event_exceptions, FROM ' .
$this->_params['table'] .
' WHERE calendar_id = ' . $this->_db->quote($this->_calendar) . '
AND ((';
if ($hasAlarm) {
--
Steve
More information about the kronolith
mailing list