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

@@ -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;
}