[xoops-cvslog 181] CVS update: xoops2jp/html/include

Back to archive index

NobuNobu nobun****@users*****
2005年 6月 19日 (日) 00:51:11 JST


Index: xoops2jp/html/include/notification_update.php
diff -u xoops2jp/html/include/notification_update.php:1.2 xoops2jp/html/include/notification_update.php:1.2.10.1
--- xoops2jp/html/include/notification_update.php:1.2	Fri Mar 18 21:51:55 2005
+++ xoops2jp/html/include/notification_update.php	Sun Jun 19 00:51:11 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: notification_update.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $
+// $Id: notification_update.php,v 1.2.10.1 2005/06/18 15:51:11 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -104,7 +104,7 @@
 	}
 }
 
-// TODO: write a central function to put together args with '?' and '&'
+// TODO: write a central function to put together args with '?' and '&amp;'
 // symbols...
 $argstring = '';
 $first_arg = 1;
@@ -113,7 +113,7 @@
 		$argstring .= "?" . $arg . "=" . $redirect_args[$arg];
 		$first_arg = 0;
 	} else {
-		$argstring .= "&" . $arg . "=" . $redirect_args[$arg];
+		$argstring .= "&amp;" . $arg . "=" . $redirect_args[$arg];
 	}
 }
 


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