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:
parent
9cc02bfaf5
commit
8519fab723
|
@ -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>
|
2012-05-17 Vanessa Gil <vanessa.gil@artica.es>
|
||||||
|
|
||||||
* pandoradb.sql
|
* pandoradb.sql
|
||||||
|
|
|
@ -53,7 +53,7 @@ if (! check_acl ($config['id_user'], 0, "PM") && ! is_user_admin ($config['id_us
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Load enterprise extensions
|
// Load enterprise extensions
|
||||||
enterprise_include ('godmode/setup/setup.php');
|
enterprise_include_once ('godmode/setup/setup.php');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
NOTICE FOR DEVELOPERS:
|
NOTICE FOR DEVELOPERS:
|
||||||
|
|
Loading…
Reference in New Issue