mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
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
136c275ea4
commit
a219e1c2f4
@ -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>
|
2011-07-20 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
*images/minimenu_open_arrow.png, images/minimenu_close_arrow.png: added
|
*images/minimenu_open_arrow.png, images/minimenu_close_arrow.png: added
|
||||||
|
@ -18,6 +18,9 @@
|
|||||||
* @subpackage Generic_Functions
|
* @subpackage Generic_Functions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* Enterprise hook constant */
|
||||||
|
define ('ENTERPRISE_NOT_HOOK', -1);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Include the html and ui functions.
|
* Include the html and ui functions.
|
||||||
*/
|
*/
|
||||||
@ -25,8 +28,6 @@ require_once ('functions_html.php');
|
|||||||
require_once ('functions_ui.php');
|
require_once ('functions_ui.php');
|
||||||
require_once('functions_io.php');
|
require_once('functions_io.php');
|
||||||
|
|
||||||
define ('ENTERPRISE_NOT_HOOK', -1);
|
|
||||||
|
|
||||||
/* Events state constants */
|
/* Events state constants */
|
||||||
define ('EVENT_NEW', 0);
|
define ('EVENT_NEW', 0);
|
||||||
define ('EVENT_VALIDATE', 1);
|
define ('EVENT_VALIDATE', 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user