1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

$frm->selectbox() renamed to $frm->select(); for consistency.

This commit is contained in:
Cameron
2013-04-25 17:29:46 -07:00
parent 09d878b56a
commit 063bf2b200
25 changed files with 70 additions and 53 deletions

View File

@@ -229,7 +229,7 @@ class html_import extends base_import_class
$text .= "
<td>
".$frm->selectbox('add__'.$key,array('news'=>'News','page'=>'Page','0'=>'Ignore'))."
".$frm->select('add__'.$key,array('news'=>'News','page'=>'Page','0'=>'Ignore'))."
</td>
</tr>";
}