[geeklog-cvs] geeklog-1.3/public_html/admin story.php,1.138,1.139

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Dec 11 10:01:59 EST 2004


Update of /var/cvs/geeklog-1.3/public_html/admin
In directory www:/tmp/cvs-serv9097/admin

Modified Files:
	story.php 
Log Message:
Fixed What's Related links when magic_quotes_qpc = on


Index: story.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/story.php,v
retrieving revision 1.138
retrieving revision 1.139
diff -C2 -d -r1.138 -r1.139
*** story.php	10 Dec 2004 09:29:51 -0000	1.138
--- story.php	11 Dec 2004 15:01:57 -0000	1.139
***************
*** 1287,1291 ****
                   COM_applyFilter ($_POST['sid']), $uid,
                   COM_applyFilter ($_POST['tid']),
!                  $_POST['title'], $_POST['introtext'], $_POST['bodytext'],
                   COM_applyFilter ($_POST['hits'], true), $unixdate, $expiredate,
                   COM_applyFilter ($_POST['comments'], true),
--- 1287,1293 ----
                   COM_applyFilter ($_POST['sid']), $uid,
                   COM_applyFilter ($_POST['tid']),
!                  COM_stripslashes ($_POST['title']),
!                  COM_stripslashes ($_POST['introtext']),
!                  COM_stripslashes ($_POST['bodytext']),
                   COM_applyFilter ($_POST['hits'], true), $unixdate, $expiredate,
                   COM_applyFilter ($_POST['comments'], true),




More information about the geeklog-cvs mailing list