2012-05-17 Vanessa Gil <vanessa.gil@artica.es>

* godmode/setup/setup.php: Fixed bug updating setup.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6313 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
vgilc 2012-05-17 12:00:42 +00:00
parent 9cc02bfaf5
commit 8519fab723
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-05-17 Vanessa Gil <vanessa.gil@artica.es>
* godmode/setup/setup.php: Fixed bug updating setup.
2012-05-17 Vanessa Gil <vanessa.gil@artica.es>
* pandoradb.sql

View File

@ -53,7 +53,7 @@ if (! check_acl ($config['id_user'], 0, "PM") && ! is_user_admin ($config['id_us
return;
}
// Load enterprise extensions
enterprise_include ('godmode/setup/setup.php');
enterprise_include_once ('godmode/setup/setup.php');
/*
NOTICE FOR DEVELOPERS: