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,6 @@
/**
* \file dev/samples/manage_order.php
* \brief This file is an example for a command line script
* \version $Id: create_order.php,v 1.10 2011/07/31 22:21:59 eldy Exp $
* \author Put author name here
* \remarks Put here some comments
*/
@@ -35,7 +34,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
}
// Global variables
$version='$Revision: 1.10 $';
$version='$Revision: 1.11 $';
$error=0;