Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[反馈BUG] 待审箱批量删除出错

[复制链接]
小水鸡 发表于 2010-5-9 11:50:18 | 显示全部楼层 |阅读模式
单条可以删除成功,超过两条就出错,帮忙看看怎么回事?
  1. SupeSite info: MySQL Query Error

  2. User: someone
  3. Time: 2010-5-9 11:42am
  4. Script: /admincp.php

  5. SQL: SELECT * FROM [Table]spaceitems WHERE itemid IN (14527','14528)
  6. Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '','14528)' at line 1
  7. Errno.: 1064
复制代码
危险的蘑菇 发表于 2010-5-12 17:05:25 | 显示全部楼层
sql语句少了两个单引号
应该为:SELECT * FROM [Table]spaceitems WHERE itemid IN ('14527','14528');
楼主请查看function/common.func.php
确认simplode为如下代码
function simplode($sarr, $comma=',') {
        return '\''.implode('\''.$comma.'\'', $sarr).'\'';
}
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-28 08:39 , Processed in 0.019410 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表