Change open-short-tag

This commit is contained in:
sparkyx 2007-04-17 11:15:20 +00:00
parent e190771e9c
commit 5b41f9df8b
139 changed files with 265 additions and 265 deletions

View file

@ -1,4 +1,4 @@
<?
<?php
/*
* This file is part of PhpCompta.
@ -50,7 +50,7 @@ echo "<div>".MenuAdmin()."</div>";
?>
<DIV >
<?
<?php
if ( isset ($_GET["action"]) ) {
if ( $_GET["action"]=="user_mgt" )
{
@ -78,7 +78,7 @@ if ( isset ($_GET["action"]) ) {
?>
</DIV>
<?
<?php
html_page_stop();
?>