Save bytes

This commit is contained in:
Jakub Vrana
2011-08-08 18:23:32 +02:00
parent 1a30f25311
commit b7e1cb09c1
5 changed files with 13 additions and 17 deletions

View File

@@ -12,9 +12,9 @@ if ($_POST && !$error) {
page_header($TYPE != "" ? lang('Alter type') . ": " . h($TYPE) : lang('Create type'), $error);
$row["as"] = "AS ";
if ($_POST) {
$row = $_POST;
$row = $_POST;
if (!$row) {
$row = array("as" => "AS ");
}
?>