Login
Username

Password



Lost Password?

Register now!

Guests cannot post in this forum

You cannot start a new topic in this forum

Action
list-tree Tree order sort-down Newest first previous Previous topic next Next topic

なし Re: EGuide 2.5 Bug : Category image is not stored in database

Thank you reporting!

---- modules/eguide/admin/index.php	05  7月 2008 15:14:30 +0900	1.33
+++ modules/eguide/admin/index.php	16  8月 2008 10:32:14 +0900	
@@ -34,7 +34,7 @@
 case 'catsave':
     $catid=intval($_POST['catid']);
     $vals = array();
-    foreach (array('catname', 'catdesc', 'catpri', 'weight') as $k) {
+    foreach (array('catname', 'catdesc', 'catpri', 'weight', 'catimg') as $k) {
 	$vals[$k] = $xoopsDB->quoteString(param($k,''));
     }
     if ($catid) {
I broken code when refactoring. orz.

list-tree Tree order sort-down Newest first previous Previous topic next Next topic



Advanced search
© 2008 MySite Web Service