[kronolith] I'm having a problem with the kronolith_driver_sql class.

Edwin Culp eculp@encontacto.net
Sat, 14 Sep 2002 12:57:49 -0700


Quoting Cliff Green <green@UMDNJ.EDU>:

 | Quoting Edwin Culp <eculp@encontacto.net>:
 | 
 | 
 | -      ' AND calendar_id = ' $this->_db->quote($this->_calendar),
 | +      ' AND calendar_id = ' .  $this->_db->quote($this->_calendar),
 | 

That was it, Cliff.  Thanks.  I looked at the line several times but didn't
see it. 

Now, I'm back to my original error that I did a cvs update to see if it was
fixed :-) 

Notice: Undefined offset: 30 in /usr/local/www/data/horde/kronolith/month.php on
line 119

Thanks again,

ed