[xoops-cvslog 191] CVS update: xoops2jp/html/modules/xoopspartners/admin

Back to archive index

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


Index: xoops2jp/html/modules/xoopspartners/admin/index.php
diff -u xoops2jp/html/modules/xoopspartners/admin/index.php:1.2.6.2 xoops2jp/html/modules/xoopspartners/admin/index.php:1.2.6.2.2.1
--- xoops2jp/html/modules/xoopspartners/admin/index.php:1.2.6.2	Mon May 30 19:55:03 2005
+++ xoops2jp/html/modules/xoopspartners/admin/index.php	Sun Jun 19 01:03:51 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: index.php,v 1.2.6.2 2005/05/30 10:55:03 onokazu Exp $
+// $Id: index.php,v 1.2.6.2.2.1 2005/06/18 16:03:51 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -198,7 +198,7 @@
     $id = intval($_POST['id']);
     $status  = isset($_POST['status']) ? intval($_POST['status']) : 0;
     if ($title == '' || $url == '' || empty($id) || $description == '') {
-        redirect_header("index.php?op=edit_partner&id=$id", 1, _MD_BESURE);
+        redirect_header("index.php?op=edit_partner&amp;id=$id", 1, _MD_BESURE);
         exit();
     }
     $url          = $myts->makeTboxData4Save(formatURL($url));


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