mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 11:31:26 +01:00
Fix: remove obsolete tags (in progress)
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
* \file htdocs/admin/menus/edit.php
|
||||
* \ingroup core
|
||||
* \brief Tool to edit menus
|
||||
* \version $Id: edit.php,v 1.42 2011/07/31 22:23:15 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -418,5 +417,5 @@ elseif (isset($_GET["action"]) && $_GET["action"] == 'edit')
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/07/31 22:23:15 $ - $Revision: 1.42 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
* \file htdocs/admin/menus/index.php
|
||||
* \ingroup core
|
||||
* \brief Index page for menu editor
|
||||
* \version $Id: index.php,v 1.45 2011/07/31 22:23:15 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -342,4 +341,4 @@ $db->close();
|
||||
|
||||
print '<br>';
|
||||
|
||||
llxFooter('$Date: 2011/07/31 22:23:15 $ - $Revision: 1.45 $');
|
||||
llxFooter();
|
||||
@@ -18,7 +18,6 @@
|
||||
/**
|
||||
* \file htdocs/admin/menus/menu.js.php
|
||||
* \brief File for js menu
|
||||
* \version $Id: menu.js.php,v 1.9 2011/07/31 22:23:15 eldy Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
* \file htdocs/admin/menus/other.php
|
||||
* \ingroup core
|
||||
* \brief Menus options setup
|
||||
* \version $Id: other.php,v 1.6 2011/07/31 22:23:15 eldy Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -142,5 +141,5 @@ print '</table>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/07/31 22:23:15 $ - $Revision: 1.6 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user