Quote:
Originally Posted by LBmtb
Am I just dense or something? I can't find the phpinclude_start template. I'm using vB 3.5.3 btw.
|
the problem is in the cal.php file
line 113
Code:
$events=$DB_site->query("SELECT dateline_from,title,eventid,utc FROM " . TABLE_PREFIX . "event WHERE (dateline_from BETWEEN $from AND $to) AND visible=1 ORDER BY dateline_from ASC");
im trying to debug, but I know little about php