Improve installation system

This commit is contained in:
Dany De Bontridder 2015-10-20 15:34:29 +02:00
parent bf2f4fa089
commit ac90cfcb82
8 changed files with 253 additions and 197 deletions

View file

@ -56,7 +56,7 @@ if ($sb === "upg_all" && (!defined('MULTI')||(defined('MULTI')&&MULTI==1)))
{
if ($cn->get_version()<=$i)
{
$cn->execute_script('sql/patch/ac-upgrade'.$i.'.sql');
$cn->execute_script(NOALYSS_INCLUDE.'/sql/patch/ac-upgrade'.$i.'.sql');
}
}
//----------------------------------------------------------------------