aboutsummaryrefslogtreecommitdiff
path: root/admin/blocks/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/blocks/functions.php')
-rw-r--r--admin/blocks/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/blocks/functions.php b/admin/blocks/functions.php
index aaa7f36..5194357 100644
--- a/admin/blocks/functions.php
+++ b/admin/blocks/functions.php
@@ -119,8 +119,8 @@ function EditBlock($block_id)
//Grab the page from the database according to the $page_id passed to the function.
$result = $db->Query("SELECT weight,dir_name,position,active,title FROM bayonet_blocks WHERE block_id = '$block_id'");
- $block = $db->FetchRow($result);
-
+ $block = $db->FetchRow($result);
+
?>
<form action="<?php $_SERVER['PHP_SELF']?>" method="post">
<table align="center">