Member
Member
idumaire   2007-02-02, 16:15
#1

I you have $conf['mysql_prefix'] = "zp_107-";

then a MySql error occur with '.... near -album ...'

Solution : in function-db.php

function prefix($tablename) {
return "".zp_conf('mysql_prefix').$tablename."";
}

Rem : use backticks before and after zp_conf()

Developer
Developer
trisweb   2007-02-02, 21:59
#2

I see what you mean. Okay, looks good, patch is in SVN.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.