|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ltwCalendar
I was entering events and noticed that the event titles were showing up with slashes before "special" characters. I changed line 250 in ltw_classes.php to...
echo "<a class="event" href="javascript:launchsmall('calendar.php?display=event &id=" . $row["id"] . "&date=" . $this->year . "-" . $this->month . "-" . $day . "')">" . stripslashes($row["name"]) . "</a>n"; I suppose this may pose a problem for events that are supposed to have slashes in the names. If there is a better way of removing the slashes without removing slashes that are supposed to be there, let me know. |
|
#2
|
|||
|
|||
|
RE: ltwCalendar
sorry, the above anon is me.
|
|
#3
|
|||
|
|||
|
RE: ltwCalendar
stripslashes will not strip slashes manually input.
|
![]() |
| Viewing: Codewalkers Forums > Forum Information > Suggestions & Feedback > ltwCalendar |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|