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

@@ -23,7 +23,7 @@
* \file htdocs/externalsite/admin/externalsite.php
* \ingroup externalsite
* \brief Page de configuration du module externalsite
* \version $Id: externalsite.php,v 1.4 2011/07/31 23:50:53 eldy Exp $
* \version $Id: externalsite.php,v 1.5 2011/08/27 14:25:00 hregis Exp $
*/
require("../../main.inc.php");
@@ -115,5 +115,5 @@ if ($mesg) print "<br>$mesg<br>";
$db->close();
llxFooter('$Date: 2011/07/31 23:50:53 $ - $Revision: 1.4 $');
llxFooter();
?>

View File

@@ -14,15 +14,14 @@
* 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: frames.php,v 1.10 2011/07/31 23:50:56 eldy Exp $
*/
/** \file htdocs/externalsite/frames.php
\ingroup externalsite
\brief Page that build two frames: One for menu, the other for the target page to show
\author Laurent Destailleur
\version $Revision: 1.10 $
*/
/**
* \file htdocs/externalsite/frames.php
* \ingroup externalsite
* \brief Page that build two frames: One for menu, the other for the target page to show
* \author Laurent Destailleur
*/
require("../main.inc.php");
@@ -32,7 +31,7 @@ if (empty($conf->global->EXTERNALSITE_URL))
{
llxHeader();
print '<div class="error">Module ExternalSite was not configured properly.</div>';
llxFooter('$Date: 2011/07/31 23:50:56 $ - $Revision: 1.10 $');
llxFooter();
}
$mainmenu=GETPOST('mainmenu');