2011-07-20 Sergio Martin <sergio.martin@artica.es>
* include/functions.php: Fixed enterprise_not_hook constant fail and log notice. Now the home page bar graphs are showed without data. Bug: 3371403 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4595 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d45cd35ad2
commit
62375eb291
|
@ -1,3 +1,9 @@
|
|||
2011-07-20 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions.php: Fixed enterprise_not_hook constant
|
||||
fail and log notice. Now the home page bar graphs are showed
|
||||
without data. Bug: 3371403
|
||||
|
||||
2011-07-20 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
*images/minimenu_open_arrow.png, images/minimenu_close_arrow.png: added
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
* @subpackage Generic_Functions
|
||||
*/
|
||||
|
||||
/* Enterprise hook constant */
|
||||
define ('ENTERPRISE_NOT_HOOK', -1);
|
||||
|
||||
/**
|
||||
* Include the html and ui functions.
|
||||
*/
|
||||
|
@ -25,8 +28,6 @@ require_once ('functions_html.php');
|
|||
require_once ('functions_ui.php');
|
||||
require_once('functions_io.php');
|
||||
|
||||
define ('ENTERPRISE_NOT_HOOK', -1);
|
||||
|
||||
/* Events state constants */
|
||||
define ('EVENT_NEW', 0);
|
||||
define ('EVENT_VALIDATE', 1);
|
||||
|
|
Loading…
Reference in New Issue