mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
$frm->selectbox() renamed to $frm->select(); for consistency.
This commit is contained in:
@@ -177,7 +177,7 @@ $text = "
|
||||
</table>
|
||||
<div class='buttons-bar'>
|
||||
<div class='f-right'>".$frm->admin_button('submit_cache', CACLAN_2, 'update')."</div>
|
||||
".$frm->selectbox('option_clear_cache', array(
|
||||
".$frm->select('option_clear_cache', array(
|
||||
'empty_all' => CACLAN_26,
|
||||
'empty_contentcache' => CACLAN_5,
|
||||
'empty_syscache' => CACLAN_16,
|
||||
|
Reference in New Issue
Block a user