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

@@ -21,7 +21,6 @@
* \file htdocs/admin/menus.php
* \ingroup core
* \brief Page to setup menu manager to use
* \version $Id: menus.php,v 1.51 2011/07/31 22:23:23 eldy Exp $
*/
require("../main.inc.php");
@@ -248,5 +247,5 @@ if (! isset($_GET["action"]) || $_GET["action"] != 'edit')
$db->close();
llxFooter('$Date: 2011/07/31 22:23:23 $ - $Revision: 1.51 $');
llxFooter();
?>