- changing case for consistency.

4.1.x
Kjartan Mannes 2002-11-20 10:13:42 +00:00
parent b3b3fd9a0a
commit f18697b8d2
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ function block_box_form($edit = array()) {
$form = form_textfield("Title", "title", $edit["title"], 50, 64);
$form .= form_textfield("Description", "info", $edit["info"], 50, 64);
$form .= form_textarea("Body", "body", $edit["body"], 70, 10);
if (user_access("create PHP content")) {
if (user_access("create php content")) {
$form .= form_select("Type", "type", $edit["type"], $type);
}

View File

@ -227,7 +227,7 @@ function block_box_form($edit = array()) {
$form = form_textfield("Title", "title", $edit["title"], 50, 64);
$form .= form_textfield("Description", "info", $edit["info"], 50, 64);
$form .= form_textarea("Body", "body", $edit["body"], 70, 10);
if (user_access("create PHP content")) {
if (user_access("create php content")) {
$form .= form_select("Type", "type", $edit["type"], $type);
}