---- 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) {
Re: EGuide 2.5 Bug : Category image is not stored in database
投稿日時
2008/8/16 11:43
msg# 1.1
depth: 1
Thank you reporting!
I broken code when refactoring. orz.