[xoops-cvslog 182] CVS update: xoops2jp/html/modules/mylinks

アーカイブの一覧に戻る

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


Index: xoops2jp/html/modules/mylinks/submit.php
diff -u xoops2jp/html/modules/mylinks/submit.php:1.2 xoops2jp/html/modules/mylinks/submit.php:1.2.10.1
--- xoops2jp/html/modules/mylinks/submit.php:1.2	Fri Mar 18 21:52:24 2005
+++ xoops2jp/html/modules/mylinks/submit.php	Sun Jun 19 00:51:12 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: submit.php,v 1.2 2005/03/18 12:52:24 onokazu Exp $
+// $Id: submit.php,v 1.2.10.1 2005/06/18 15:51:12 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -100,7 +100,7 @@
 	$notification_handler =& xoops_gethandler('notification');
 	$tags = array();
 	$tags['LINK_NAME'] = $title;
-	$tags['LINK_URL'] = XOOPS_URL . '/modules/'. $xoopsModule->getVar('dirname') . '/singlelink.php?cid=' . $cid . '&lid=' . $newid;
+	$tags['LINK_URL'] = XOOPS_URL . '/modules/'. $xoopsModule->getVar('dirname') . '/singlelink.php?cid=' . $cid . '&amp;lid=' . $newid;
 	$sql = "SELECT title FROM " . $xoopsDB->prefix("mylinks_cat") . " WHERE cid=" . $cid;
 	$result = $xoopsDB->query($sql);
 	$row = $xoopsDB->fetchArray($result);


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る