]> git.joonet.de Git - adminer.git/commitdiff
Empty line
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Mon, 9 Jul 2007 14:47:46 +0000 (14:47 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Mon, 9 Jul 2007 14:47:46 +0000 (14:47 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@82 7c3ca157-0c34-0410-bff1-cbf682f78f5c

create.inc.php
database.inc.php
indexes.inc.php

index 7605e4d04e34bd453668206377a0139467bd6d2b..3d1b62b210131c4ad6f3e8e2114d3b493632d171 100644 (file)
@@ -76,6 +76,7 @@ if (!$_POST || $_POST["add"]) {
 }
 $collations = collations();
 ?>
+
 <form action="" method="post" id="form">
 <p>
 <?php echo lang('Table name'); ?>: <input name="name" maxlength="64" value="<?php echo htmlspecialchars($row["name"]); ?>" />
index 911c9684183ffaff6980dc8abf7111766c49435b..4ade3f30be0c45e918c9ad2b62c1e28c535fbb53 100644 (file)
@@ -44,6 +44,7 @@ if ($_POST) {
        }
 }
 ?>
+
 <form action="" method="post"><div>
 <input name="name" value="<?php echo htmlspecialchars($name); ?>" maxlength="64" />
 <select name="collation"><option value="">(<?php echo lang('collation'); ?>)</option><?php echo optionlist(collations(), $collate, "not_vals"); ?></select>
index 400482267856d26691b092818c836be23147f96b..58b1144f580944614fc05abad45d085b2fc9a078 100644 (file)
@@ -44,6 +44,7 @@ if ($_POST) {
        $row = array("indexes" => $indexes);
 }
 ?>
+
 <form action="" method="post">
 <table border="0" cellspacing="0" cellpadding="2">
 <?php