diff -u -r1.28.2.4.4.3.2.4 class.socalendar_sql.inc.php --- calendar/inc/class.socalendar_sql.inc.php 27 Jul 2003 21:29:51 -0000 1.28.2.4.4.3.2.4 +++ calendar/inc/class.socalendar_sql.inc.php 3 Sep 2003 15:59:52 -0000 @@ -99,7 +99,7 @@ function fetch_event($event_id,$options='') { - if(!isset($this->stream)) + if(!isset($this->stream) || empty($event_id)) { return False; }