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

@@ -21,7 +21,7 @@
* \file htdocs/fichinter/apercu.php
* \ingroup fichinter
* \brief Page de l'onglet apercu d'une fiche d'intervention
* \version $Id: apercu.php,v 1.25 2011/07/31 23:50:54 eldy Exp $
* \version $Id: apercu.php,v 1.26 2011/08/27 14:24:40 hregis Exp $
*/
require("../main.inc.php");
@@ -186,5 +186,5 @@ print '</div>';
$db->close();
llxFooter('$Date: 2011/07/31 23:50:54 $ - $Revision: 1.25 $');
llxFooter();
?>

View File

@@ -20,7 +20,7 @@
* \file htdocs/fichinter/contact.php
* \ingroup fichinter
* \brief Onglet de gestion des contacts de fiche d'intervention
* \version $Id: contact.php,v 1.32 2011/08/14 03:13:50 eldy Exp $
* \version $Id: contact.php,v 1.33 2011/08/27 14:24:40 hregis Exp $
*/
require("../main.inc.php");
@@ -349,5 +349,5 @@ if ($id > 0)
$db->close();
llxFooter('$Date: 2011/08/14 03:13:50 $');
llxFooter();
?>

View File

@@ -24,7 +24,7 @@
* \file htdocs/fichinter/document.php
* \ingroup fichinter
* \brief Page des documents joints sur les contrats
* \version $Id: document.php,v 1.22 2011/07/31 23:50:54 eldy Exp $
* \version $Id: document.php,v 1.23 2011/08/27 14:24:40 hregis Exp $
*/
require("../main.inc.php");
@@ -173,5 +173,5 @@ else
$db->close();
llxFooter('$Date: 2011/07/31 23:50:54 $ - $Revision: 1.22 $');
llxFooter();
?>

View File

@@ -22,7 +22,7 @@
* \file htdocs/fichinter/fiche.php
* \brief Fichier fiche intervention
* \ingroup ficheinter
* \version $Id: fiche.php,v 1.175 2011/08/23 20:52:39 eldy Exp $
* \version $Id: fiche.php,v 1.176 2011/08/27 14:24:40 hregis Exp $
*/
require("../main.inc.php");
@@ -1218,5 +1218,5 @@ elseif ($fichinterid)
$db->close();
llxFooter('$Date: 2011/08/23 20:52:39 $ - $Revision: 1.175 $');
llxFooter();
?>

View File

@@ -21,7 +21,7 @@
* \file htdocs/fichinter/info.php
* \ingroup fichinter
* \brief Page d'affichage des infos d'une fiche d'intervention
* \version $Id: info.php,v 1.15 2011/07/31 23:50:54 eldy Exp $
* \version $Id: info.php,v 1.16 2011/08/27 14:24:40 hregis Exp $
*/
require("../main.inc.php");
@@ -64,5 +64,5 @@ print '</div>';
$db->close();
llxFooter('$Date: 2011/07/31 23:50:54 $ - $Revision: 1.15 $');
llxFooter();
?>

View File

@@ -22,7 +22,7 @@
* \file htdocs/fichinter/list.php
* \brief List of all interventions
* \ingroup ficheinter
* \version $Id: list.php,v 1.1 2011/08/21 13:01:35 eldy Exp $
* \version $Id: list.php,v 1.2 2011/08/27 14:24:40 hregis Exp $
*/
require("../main.inc.php");
@@ -172,5 +172,5 @@ else
$db->close();
llxFooter('$Date: 2011/08/21 13:01:35 $ - $Revision: 1.1 $');
llxFooter();
?>

View File

@@ -20,7 +20,7 @@
* \file htdocs/fichinter/note.php
* \ingroup fichinter
* \brief Fiche d'information sur une fiche d'intervention
* \version $Id: note.php,v 1.19 2011/07/31 23:50:54 eldy Exp $
* \version $Id: note.php,v 1.20 2011/08/27 14:24:40 hregis Exp $
*/
require("../main.inc.php");
@@ -167,5 +167,5 @@ if ($fichinterid)
}
}
$db->close();
llxFooter('$Date: 2011/07/31 23:50:54 $ - $Revision: 1.15 ');
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: rapport.php,v 1.26 2011/07/31 23:50:54 eldy Exp $
* $Id: rapport.php,v 1.27 2011/08/27 14:24:40 hregis Exp $
*/
require("../main.inc.php");
@@ -143,5 +143,5 @@ else
}
$db->close();
llxFooter("$Date: 2011/07/31 23:50:54 $ - $Revision: 1.26 $");
llxFooter();
?>