mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 04:21:30 +01:00
Fix: remove obsolete tags (in progress)
This commit is contained in:
@@ -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();
|
||||
?>
|
||||
|
||||
@@ -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();
|
||||
?>
|
||||
@@ -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();
|
||||
?>
|
||||
|
||||
@@ -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();
|
||||
?>
|
||||
|
||||
@@ -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();
|
||||
?>
|
||||
|
||||
@@ -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();
|
||||
?>
|
||||
|
||||
@@ -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();
|
||||
?>
|
||||
|
||||
@@ -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();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user