mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 18:31:29 +01:00
Fix: remove obsolete tags (in progress)
This commit is contained in:
@@ -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();
|
||||
?>
|
||||
|
||||
@@ -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();
|
||||
?>
|
||||
@@ -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();
|
||||
?>
|
||||
|
||||
@@ -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();
|
||||
|
||||
?>
|
||||
|
||||
@@ -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ère modification $Date: 2011/07/31 22:23:13 $ révision $Revision: 1.21 $</em>");
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user