/[dolibarr]/dolibarr/htdocs/master.inc.php
ViewVC logotype

Diff of /dolibarr/htdocs/master.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.90 by eldy, Mon Oct 31 23:49:35 2005 UTC revision 1.91 by eldy, Tue Nov 1 15:58:51 2005 UTC
# Line 33  Line 33 
33    
34  define('DOL_VERSION','2.0.0-alpha2');  define('DOL_VERSION','2.0.0-alpha2');
35    
36  clearstatcache();  // La fonction clearstatcache ne doit pas etre appelé de manière globale car ralenti
37    // fortement. Elle doit etre appelée uniquement par les pages qui ont besoin d'absence
38    // de cache, comme par exemple document.php
39    clearstatcache();    
40    
41  // Forcage du param?trage PHP error_reporting (Dolibarr non utilisable en mode error E_ALL)  // Forcage du parametrage PHP error_reporting (Dolibarr non utilisable en mode error E_ALL)
42  if (function_exists("define_syslog_variables"))  if (function_exists("define_syslog_variables"))
43  {  {
44      define_syslog_variables();      define_syslog_variables();

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26