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

@@ -20,7 +20,7 @@
* \file htdocs/ecm/docdir.php
* \ingroup ecm
* \brief Main page for ECM section area
* \version $Id: docdir.php,v 1.23 2011/07/31 23:50:55 eldy Exp $
* \version $Id: docdir.php,v 1.24 2011/08/27 14:24:46 hregis Exp $
* \author Laurent Destailleur
*/
@@ -230,5 +230,5 @@ if (! $_GET["action"] || $_GET["action"] == 'delete_section')
// End of page
$db->close();
llxFooter('$Date: 2011/07/31 23:50:55 $ - $Revision: 1.23 $');
llxFooter();
?>

View File

@@ -19,7 +19,7 @@
* \file htdocs/ecm/docfile.php
* \ingroup ecm
* \brief Card of a file for ECM module
* \version $Id: docfile.php,v 1.19 2011/07/31 23:50:55 eldy Exp $
* \version $Id: docfile.php,v 1.20 2011/08/27 14:24:46 hregis Exp $
* \author Laurent Destailleur
*/
@@ -284,5 +284,5 @@ if ($_GET["action"] != 'edit')
// End of page
$db->close();
llxFooter('$Date: 2011/07/31 23:50:55 $ - $Revision: 1.19 $');
llxFooter();
?>

View File

@@ -20,7 +20,7 @@
* \file htdocs/ecm/docmine.php
* \ingroup ecm
* \brief Card of a directory for ECM module
* \version $Id: docmine.php,v 1.47 2011/07/31 23:50:56 eldy Exp $
* \version $Id: docmine.php,v 1.48 2011/08/27 14:24:46 hregis Exp $
* \author Laurent Destailleur
*/
@@ -378,5 +378,5 @@ if ($user->rights->ecm->read)
// End of page
$db->close();
llxFooter('$Date: 2011/07/31 23:50:56 $ - $Revision: 1.47 $');
llxFooter();
?>

View File

@@ -6,7 +6,7 @@
* \file htdocs/ecm/docother.php
* \ingroup ecm
* \brief Main ecm page
* \version $Id$
* \version $Id: docother.php,v 1.17 2011/08/27 14:24:46 hregis Exp $
* \author Laurent Destailleur
*/
@@ -175,5 +175,5 @@ print $langs->trans("FeatureNotYetAvailable");
// End of page
$db->close();
llxFooter('$Date$ - $Revision$');
llxFooter();
?>

View File

@@ -20,7 +20,7 @@
* \file htdocs/ecm/index.php
* \ingroup ecm
* \brief Main page for ECM section area
* \version $Id: index.php,v 1.104 2011/08/15 17:43:41 eldy Exp $
* \version $Id: index.php,v 1.105 2011/08/27 14:24:46 hregis Exp $
* \author Laurent Destailleur
*/
@@ -891,5 +891,5 @@ else
// End of page
$db->close();
llxFooter('$Date: 2011/08/15 17:43:41 $ - $Revision: 1.104 $');
llxFooter();
?>

View File

@@ -20,7 +20,7 @@
* \file htdocs/ecm/index.php
* \ingroup ecm
* \brief Main page for ECM section area
* \version $Id: search.php,v 1.19 2011/07/31 23:50:55 eldy Exp $
* \version $Id: search.php,v 1.20 2011/08/27 14:24:46 hregis Exp $
* \author Laurent Destailleur
*/
@@ -213,5 +213,5 @@ print '<br>';
// End of page
$db->close();
llxFooter('$Date: 2011/07/31 23:50:55 $ - $Revision: 1.19 $');
llxFooter();
?>