Set the value of extra_fields to 0 when it is not set

This commit is contained in:
lorilee
2010-08-03 12:56:41 -07:00
parent 1119d9f723
commit 9daff13eca

View File

@@ -40,6 +40,8 @@ require_once './libraries/header_meta_style.inc.php';
for($i = $field_counter+1; $i <= $total_fields; $i++) {
echo '<input type="text" size="30" name="field' . $i . '"/>';
}
} else {
$_GET['extra_fields'] = 0;
}
?>