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

@@ -22,7 +22,7 @@
* \file htdocs/commande/apercu.php
* \ingroup commande
* \brief Page de l'onglet apercu d'une commande
* \version $Id: apercu.php,v 1.52 2011/07/31 22:08:25 eldy Exp $
* \version $Id: apercu.php,v 1.53 2011/08/27 14:24:39 hregis Exp $
*/
require("../main.inc.php");
@@ -226,5 +226,5 @@ print '</div>';
$db->close();
llxFooter('$Date: 2011/07/31 22:08:25 $ - $Revision: 1.52 $');
llxFooter();
?>

View File

@@ -21,7 +21,7 @@
* \file htdocs/commande/contact.php
* \ingroup commande
* \brief Onglet de gestion des contacts de commande
* \version $Id: contact.php,v 1.45 2011/08/14 03:13:50 eldy Exp $
* \version $Id: contact.php,v 1.46 2011/08/27 14:24:39 hregis Exp $
*/
require("../main.inc.php");
@@ -365,5 +365,5 @@ if ($id > 0 || ! empty($ref))
$db->close();
llxFooter('$Date: 2011/08/14 03:13:50 $');
llxFooter();
?>

View File

@@ -22,7 +22,7 @@
* \file htdocs/commande/document.php
* \ingroup order
* \brief Page de gestion des documents attachees a une commande
* \version $Id: document.php,v 1.36 2011/07/31 22:23:15 eldy Exp $
* \version $Id: document.php,v 1.37 2011/08/27 14:24:38 hregis Exp $
*/
require("../main.inc.php");
@@ -192,5 +192,5 @@ else
$db->close();
llxFooter('$Date: 2011/07/31 22:23:15 $ - $Revision: 1.36 $');
llxFooter();
?>

View File

@@ -25,7 +25,7 @@
* \file htdocs/commande/fiche.php
* \ingroup commande
* \brief Page to show customer order
* \version $Id: fiche.php,v 1.537 2011/08/23 18:40:45 hregis Exp $
* \version $Id: fiche.php,v 1.538 2011/08/27 14:24:39 hregis Exp $
*/
require("../main.inc.php");
@@ -2077,5 +2077,5 @@ else
$db->close();
llxFooter('$Date: 2011/08/23 18:40:45 $ - $Revision: 1.537 $');
llxFooter();
?>

View File

@@ -21,7 +21,7 @@
* \file htdocs/commande/index.php
* \ingroup commande
* \brief Home page of customer order module
* \version $Id: index.php,v 1.84 2011/07/31 22:23:16 eldy Exp $
* \version $Id: index.php,v 1.85 2011/08/27 14:24:39 hregis Exp $
*/
require("../main.inc.php");
@@ -425,6 +425,6 @@ print '</td></tr></table>';
$db->close();
llxFooter('$Date: 2011/07/31 22:23:16 $ - $Revision: 1.84 $');
llxFooter();
?>

View File

@@ -20,7 +20,7 @@
* \file htdocs/commande/info.php
* \ingroup commande
* \brief Page des informations d'une commande
* \version $Id: info.php,v 1.22 2011/07/31 22:23:15 eldy Exp $
* \version $Id: info.php,v 1.23 2011/08/27 14:24:39 hregis Exp $
*/
require("../main.inc.php");
@@ -66,5 +66,5 @@ print '</div>';
$db->close();
llxFooter('$Date: 2011/07/31 22:23:15 $ - $Revision: 1.22 $');
llxFooter();
?>

View File

@@ -22,7 +22,7 @@
* \file htdocs/commande/liste.php
* \ingroup commande
* \brief Page to list orders
* \version $Id: liste.php,v 1.78 2011/07/31 22:23:15 eldy Exp $
* \version $Id: liste.php,v 1.79 2011/08/27 14:24:39 hregis Exp $
*/
@@ -277,5 +277,5 @@ else
$db->close();
llxFooter('$Date: 2011/07/31 22:23:15 $ - $Revision: 1.78 $');
llxFooter();
?>

View File

@@ -21,7 +21,7 @@
\file htdocs/commande/note.php
\ingroup commande
\brief Fiche de notes sur une commande
\version $Id: note.php,v 1.24 2011/07/31 22:23:15 eldy Exp $
\version $Id: note.php,v 1.25 2011/08/27 14:24:38 hregis Exp $
*/
require("../main.inc.php");
@@ -174,5 +174,5 @@ if ($id > 0 || ! empty($ref))
$db->close();
llxFooter('$Date: 2011/07/31 22:23:15 $ - $Revision: 1.24 $');
llxFooter();
?>

View File

@@ -20,7 +20,7 @@
* \file htdocs/commande/stats/index.php
* \ingroup commande
* \brief Page with customers or suppliers orders statistics
* \version $Id: index.php,v 1.39 2011/08/03 00:46:39 eldy Exp $
* \version $Id: index.php,v 1.40 2011/08/27 14:24:58 hregis Exp $
*/
require("../../main.inc.php");
@@ -239,5 +239,5 @@ print '</td></tr></table>';
$db->close();
llxFooter('$Date: 2011/08/03 00:46:39 $ - $Revision: 1.39 $');
llxFooter();
?>

View File

@@ -21,7 +21,7 @@
* \file htdocs/commande/stats/month.php
* \ingroup commande
* \brief Page des stats commandes par mois
* \version $Id: month.php,v 1.34 2011/08/03 00:46:39 eldy Exp $
* \version $Id: month.php,v 1.35 2011/08/27 14:24:58 hregis Exp $
*/
require("../../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/commande/class/commande.class.php");
@@ -191,5 +191,5 @@ print '</td></tr></table>';
$db->close();
llxFooter('$Date: 2011/08/03 00:46:39 $ - $Revision: 1.34 $');
llxFooter();
?>