I am having some trouble getting this to install on vb 2.2 is there an update...or is it just me...
2 things primarily...
1. the code:
PHP Code:
if($info = $DB_site->query_first("SELECT eventdate,allowsmilies,username,event,subject,calendar_events.userid,public
doesn't appear in the order given in the install file...it is way at the top of the document (I could only find one instance of this)
2. the code:
PHP Code:
$subject = htmlspecialchars($info[subject]);
appears in the file 2 times...
that is as far as I have currently gotten, hope you can help
James