[xoops-cvslog 5495] CVS update: xoops2jp/html/install/class

Back to archive index

Minahito minah****@users*****
2006年 10月 25日 (水) 19:03:57 JST


Index: xoops2jp/html/install/class/textsanitizer.php
diff -u xoops2jp/html/install/class/textsanitizer.php:1.2.20.1 xoops2jp/html/install/class/textsanitizer.php:1.2.20.2
--- xoops2jp/html/install/class/textsanitizer.php:1.2.20.1	Sun Oct  8 15:13:46 2006
+++ xoops2jp/html/install/class/textsanitizer.php	Wed Oct 25 19:03:57 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: textsanitizer.php,v 1.2.20.1 2006/10/08 06:13:46 onokazu Exp $
+// $Id: textsanitizer.php,v 1.2.20.2 2006/10/25 10:03:57 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -83,7 +83,7 @@
     function &stripSlashesGPC($text)
     {
         if (get_magic_quotes_gpc()) {
-            $text =& stripslashes($text);
+            $text = stripslashes($text);
         }
         return $text;
     }


xoops-cvslog メーリングリストの案内
Back to archive index