2
0
forked from Wavyzz/dolibarr

Fix: Error management when adding notification

This commit is contained in:
Laurent Destailleur
2011-09-02 23:41:55 +00:00
parent 40939b7e64
commit c98ad8a120
16 changed files with 589 additions and 510 deletions

View File

@@ -32,7 +32,7 @@ if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU',1);
if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML',1);
if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
session_cache_limiter( FALSE );
session_cache_limiter(FALSE);
require_once("../../master.inc.php");
require_once(DOL_DOCUMENT_ROOT."/lib/functions.lib.php");