zhao90 发表于 2016-5-10 17:02:44

升级到最新版后联表调用全部显示不了

升级到最新版后联表调用时,前缀被过滤掉了,联表调用显示不了啦,救命!

duoluozhe 发表于 2016-5-11 08:22:16


duoluozhe 发表于 2016-5-10 19:09

双表调用修复
打开include\tag.func.php
搜索:
好的,我试试,非常感谢!

joy 发表于 2016-5-10 19:09:00


好像需要修改一下

龙在天涯 发表于 2016-5-10 17:26:35


双表调用修复
打开include\tag.func.php
搜索:
$parameter = strip_sql($parameter);
修改为:
$parameter = strip_sql($parameter,0);
修改完就可以双表调用了

tianyj 发表于 2016-5-10 19:09:25


学习一下

zhao90 发表于 2016-5-11 08:33:28


不错,学习了

duoluozhe 发表于 2016-5-11 08:34:12


duoluozhe 发表于 2016-5-10 19:09

双表调用修复
打开include\tag.func.php
搜索:
谢谢谢谢谢谢谢谢谢谢谢谢

龙在天涯 发表于 2016-5-11 09:22:34


http://bbs.destoon.com/static/image/smiley/default/smile.gif
http://bbs.destoon.com/static/image/smiley/default/smile.gif
http://bbs.destoon.com/static/image/smiley/default/smile.gif
http://bbs.destoon.com/static/image/smiley/default/smile.gif
http://bbs.destoon.com/static/image/smiley/default/smile.gif
http://bbs.destoon.com/static/image/smiley/default/smile.gif
页: [1]
查看完整版本: 升级到最新版后联表调用全部显示不了