1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Language file cleanup continued.

This commit is contained in:
Cameron
2015-01-31 01:09:25 -08:00
parent cee4ffd235
commit a78f6ae14e
20 changed files with 46 additions and 51 deletions

View File

@@ -41,7 +41,7 @@ $lw_context_areas = array(
);
// Yes, I know its a silly order - but that's history!
$lwaction_vals = array(1=>LWLAN_51, 0=>LWLAN_52, 2=>LWLAN_53, 3=>LWLAN_54);
$lwaction_vals = array(1=>LAN_INACTIVE, 0=>LWLAN_52, 2=>LWLAN_53, 3=>LWLAN_54);
$frm = e107::getForm();
// Generate dropdown for possible actions on finding a linkword
function lw_act_opts($curval)