mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 03:28:18 +01:00
Fix: remove obsolete tags (in progress)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
/**
|
||||
* \file htdocs/compta/deplacement/fiche.php
|
||||
* \brief Page to show a trip card
|
||||
* \version $Id: fiche.php,v 1.57 2011/08/23 18:40:45 hregis Exp $
|
||||
* \version $Id: fiche.php,v 1.58 2011/08/27 14:24:48 hregis Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -432,5 +432,5 @@ print '</div>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/08/23 18:40:45 $ - $Revision: 1.57 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
/**
|
||||
* \file htdocs/compta/deplacement/index.php
|
||||
* \brief Page list of expenses
|
||||
* \version $Id: index.php,v 1.45 2011/08/03 00:46:35 eldy Exp $
|
||||
* \version $Id: index.php,v 1.46 2011/08/27 14:24:48 hregis Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -193,5 +193,5 @@ else dol_print_error($db);
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/08/03 00:46:35 $ - $Revision: 1.45 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
/**
|
||||
* \file htdocs/compta/deplacement/list.php
|
||||
* \brief Page list of expenses
|
||||
* \version $Id: list.php,v 1.3 2011/08/03 00:46:35 eldy Exp $
|
||||
* \version $Id: list.php,v 1.4 2011/08/27 14:24:48 hregis Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -155,5 +155,5 @@ else
|
||||
}
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/08/03 00:46:35 $ - $Revision: 1.3 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
* \file htdocs/compta/deplacement/note.php
|
||||
* \ingroup trip
|
||||
* \brief Notes on a trip card
|
||||
* \version $Id: note.php,v 1.7 2011/08/03 00:46:35 eldy Exp $
|
||||
* \version $Id: note.php,v 1.8 2011/08/27 14:24:48 hregis Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -206,5 +206,5 @@ if ($id > 0 || ! empty($ref))
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/08/03 00:46:35 $ - $Revision: 1.7 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
* \file htdocs/compta/deplacement/stats/index.php
|
||||
* \ingroup deplacement
|
||||
* \brief Page des stats deplacement et notes de frais
|
||||
* \version $Id: index.php,v 1.8 2011/08/03 00:46:28 eldy Exp $
|
||||
* \version $Id: index.php,v 1.9 2011/08/27 14:24:30 hregis Exp $
|
||||
*/
|
||||
|
||||
require("../../../main.inc.php");
|
||||
@@ -210,5 +210,5 @@ print '</td></tr></table>';
|
||||
|
||||
print '</td></tr></table>';
|
||||
|
||||
llxFooter('$Date: 2011/08/03 00:46:28 $ - $Revision: 1.8 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
* \file htdocs/compta/deplacement/stats/month.php
|
||||
* \ingroup facture
|
||||
* \brief Page des stats notes de frais par mois
|
||||
* \version $Id: month.php,v 1.4 2011/08/03 00:46:28 eldy Exp $
|
||||
* \version $Id: month.php,v 1.5 2011/08/27 14:24:30 hregis Exp $
|
||||
*/
|
||||
|
||||
require("../../../main.inc.php");
|
||||
@@ -157,5 +157,5 @@ print '</td></tr></table>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/08/03 00:46:28 $ - $Revision: 1.4 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user