search.php
changeset 79 0c0aa144356a
parent 71 e1b918eaf69a
child 82 c255196bc447
--- a/search.php	Mon Mar 03 20:32:33 2008 +0000
+++ b/search.php	Mon Mar 10 19:15:59 2008 +0000
@@ -25,6 +25,8 @@
 {
 	$submitted=true;
 	$search_result=search_record($_POST['q']);
+} else {
+	$submitted = false;
 }
 
 // we will continue after the search form ... 
@@ -48,6 +50,7 @@
       
 <?php
 // results
+
 if ($submitted)
 {
 	echo '<br><br>';