Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-03-19 20:55:39 +0300
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-03-19 20:55:39 +0300
commit817e790762d33c1b216636ef20929d8473804eee (patch)
treed95a69f9bee45619b49c5ac88159a02d9bd04e8d /view_create.php
parentb800466c912d1f2560992bbbe862a23b4c530913 (diff)
synced/fixed vim line
Diffstat (limited to 'view_create.php')
-rw-r--r--view_create.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/view_create.php b/view_create.php
index cb890ce9ea..073683a78f 100644
--- a/view_create.php
+++ b/view_create.php
@@ -1,6 +1,6 @@
<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */
-// vim: expandtab sw=4 ts=4 sts=4:
require_once './libraries/common.lib.php';
@@ -48,11 +48,11 @@ if (isset($_POST['submitoptions'])) {
}
$message .= PMA_DBI_query($create_query) ? $strSuccess : $strError;
-
+
// to display the CREATE VIEW query
$sql_query = $create_query;
-
- require './' . $cfg['DefaultTabDatabase'];
+
+ require './' . $cfg['DefaultTabDatabase'];
exit();
} else {
@@ -69,8 +69,8 @@ if (isset($_POST['submitoptions'])) {
/**
* Displays the page
*
- * @todo js error when view name is empty (strFormEmpty)
- * @todo (also validate if js is disabled, after form submission?)
+ * @todo js error when view name is empty (strFormEmpty)
+ * @todo (also validate if js is disabled, after form submission?)
*/
?>