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/compta/stats/cabyuser.php
* \brief Page reporting Salesover by user
* \version $Id: cabyuser.php,v 1.41 2011/07/31 22:23:13 eldy Exp $
* \version $Id: cabyuser.php,v 1.42 2011/08/27 14:24:58 hregis Exp $
*/
require('../../main.inc.php');
@@ -302,5 +302,5 @@ print "</table>";
$db->close();
llxFooter('$Date: 2011/07/31 22:23:13 $ - $Revision: 1.41 $');
llxFooter();
?>

View File

@@ -21,7 +21,7 @@
/**
* \file htdocs/compta/stats/casoc.php
* \brief Page reporting CA par societe
* \version $Id: casoc.php,v 1.49 2011/07/31 22:23:14 eldy Exp $
* \version $Id: casoc.php,v 1.50 2011/08/27 14:24:58 hregis Exp $
*/
require('../../main.inc.php');
@@ -310,5 +310,5 @@ print '<br>';
$db->close();
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.49 $');
llxFooter();
?>

View File

@@ -20,7 +20,7 @@
/**
* \file htdocs/compta/stats/comp.php
* \ingroup commercial
* \version $Id: comp.php,v 1.45 2011/07/31 22:23:14 eldy Exp $
* \version $Id: comp.php,v 1.46 2011/08/27 14:24:58 hregis Exp $
* TODO Remove or add page in menus
*/
@@ -350,5 +350,5 @@ if ($details == 1)
$db->close();
llxFooter('$Date: 2011/07/31 22:23:14 $ - $Revision: 1.45 $');
llxFooter();
?>

View File

@@ -20,7 +20,7 @@
/**
* \file htdocs/compta/stats/index.php
* \brief Page reporting CA
* \version $Id: index.php,v 1.51 2011/07/31 22:23:13 eldy Exp $
* \version $Id: index.php,v 1.52 2011/08/27 14:24:58 hregis Exp $
*/
require('../../main.inc.php');
@@ -497,6 +497,6 @@ print "</table>";
$db->close();
llxFooter('$Date: 2011/07/31 22:23:13 $ - $Revision: 1.51 $');
llxFooter();
?>

View File

@@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: prev.php,v 1.21 2011/07/31 22:23:13 eldy Exp $
* $Id: prev.php,v 1.22 2011/08/27 14:24:58 hregis Exp $
*/
require('../../main.inc.php');
@@ -129,5 +129,5 @@ print "</td></tr></table>";
$db->close();
llxFooter("<em>Derni&egrave;re modification $Date: 2011/07/31 22:23:13 $ r&eacute;vision $Revision: 1.21 $</em>");
llxFooter();
?>