2
0
forked from Wavyzz/dolibarr

Fix: remove obsolete tags (in progress)

This commit is contained in:
Regis Houssin
2011-08-27 14:24:16 +00:00
parent 38b5347d07
commit 726d9581dd
538 changed files with 869 additions and 1160 deletions

View File

@@ -18,7 +18,6 @@
/**
* \file htdocs/admin/system/xdebug.php
* \brief Page administration XDebug
* \version $Id: xdebug.php,v 1.6 2011/07/31 22:23:14 eldy Exp $
*/
require("../../main.inc.php");
@@ -43,7 +42,7 @@ print "<br>\n";
if (!function_exists('xdebug_is_enabled'))
{
print 'XDebug seems to be not installed. Function xdebug_is_enabled not found.';
llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.6 $');
llxfooter('$Date: 2011/08/27 14:24:35 $ - $Revision: 1.7 $');
exit;
}
@@ -100,5 +99,5 @@ else
}
llxfooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.6 $');
llxfooter('$Date: 2011/08/27 14:24:35 $ - $Revision: 1.7 $');
?>