Welcome, Guest
Please Login or Register.    Lost Password?

ExtCal2 Integration - FIX
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ExtCal2 Integration - FIX
#130
ExtCal2 Integration - FIX 6 Years, 2 Months ago Karma: 0
I have been playing around with myLANsite for awhile now and have been having some issues with ExtCal entries sometimes not updating...
Well after some detailed investigation, I found that single quotes (') weren't being escaped propery before insertion into the db.

FIX change admin.mls_events.php line 322? to read:

$extcal->description = addslashes($cnf_mls_events["extcal_description"]);

The &quot;addslashes&quot; did the trick. <br><br>Post edited by: shadow42, at: 2006/03/10 09:03
shadow42
shadow42
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#131
Re:ExtCal2 Integration - FIX 6 Years, 2 Months ago Karma: 8
Yeah, makes sense

Thanks for that.

Can you submit it as a bug? Otherwise I forget to add it to the next release.
http://www.mylansite.org/Bugs/
moensch
moensch
Administrator
Posts: 694
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: moensch