|
From: Simon H. <sim...@us...> - 2009-06-26 17:03:55
|
Update of /cvsroot/stack/stack-dev/opaque/moodleModule/opaque/stack In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32667/opaque/moodleModule/opaque/stack Modified Files: stackAuthor.php Log Message: Undoing last tentative commit. Index: stackAuthor.php =================================================================== RCS file: /cvsroot/stack/stack-dev/opaque/moodleModule/opaque/stack/stackAuthor.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** stackAuthor.php 26 Jun 2009 16:32:14 -0000 1.12 --- stackAuthor.php 26 Jun 2009 17:03:41 -0000 1.13 *************** *** 108,112 **** foreach($_POST as $key => $post) { ! $clean = $post;//stripslashes($post); $posted[$key] = $clean; } --- 108,112 ---- foreach($_POST as $key => $post) { ! $clean = stripslashes($post); $posted[$key] = $clean; } |