kjackson
Junior Member
Posts: 6
Registered: 6/18/2007
Member Is Offline
|
| posted on 6/26/2007 at 09:27 PM |
|
|
Null Body when adding or editing an Event - FIXED
I am trying to figure out a way to add an event that has a null body (or perhaps, if the user doesnt put any text for the body then a script changes
the NULL body into just a space). Is this possible? Any help in doing so would be greatly appreciated!
[update]
I have fixed the "issue"
open index.php in the cl_files folder
go to line 226
change the line:
if($ti&&$bi) {
to:
if($ti) {
I hope this helps anyone who was trying to figure it out like I was!
|
|
|
|