mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-27 11:51:27 +01:00
Fix: remove obsolete tags (in progress)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
* \file htdocs/imports/emptyexample.php
|
||||
* \ingroup import
|
||||
* \brief Show example of import file
|
||||
* \version $Id: emptyexample.php,v 1.8 2011/07/31 23:46:39 eldy Exp $
|
||||
* \version $Id: emptyexample.php,v 1.9 2011/08/27 14:24:59 hregis Exp $
|
||||
*/
|
||||
|
||||
// This is to make Dolibarr working with Plesk
|
||||
@@ -46,7 +46,7 @@ if (empty($datatoimport))
|
||||
|
||||
llxHeader();
|
||||
print '<div class="error">Bad value for datatoimport.</div>';
|
||||
llxFooter('$Date: 2011/07/31 23:46:39 $ - $Revision: 1.8 $');
|
||||
llxFooter();
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
* \file htdocs/imports/import.php
|
||||
* \ingroup import
|
||||
* \brief Pages of import Wizard
|
||||
* \version $Id: import.php,v 1.70 2011/08/17 15:56:26 eldy Exp $
|
||||
* \version $Id: import.php,v 1.71 2011/08/27 14:24:59 hregis Exp $
|
||||
*/
|
||||
|
||||
require_once("../main.inc.php");
|
||||
@@ -1668,7 +1668,7 @@ print '<br>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/08/17 15:56:26 $ - $Revision: 1.70 $');
|
||||
llxFooter();
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
* \file htdocs/imports/index.php
|
||||
* \ingroup import
|
||||
* \brief Page accueil de la zone import
|
||||
* \version $Id: index.php,v 1.13 2011/07/31 23:46:39 eldy Exp $
|
||||
* \version $Id: index.php,v 1.14 2011/08/27 14:24:59 hregis Exp $
|
||||
*/
|
||||
|
||||
require_once("../main.inc.php");
|
||||
@@ -138,6 +138,6 @@ print '</table>';
|
||||
$db->close();
|
||||
|
||||
|
||||
llxFooter('$Date: 2011/07/31 23:46:39 $ - $Revision: 1.13 $');
|
||||
llxFooter();
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user