diff --git a/Repositories/statistics/config/inc.vars.es_src.php b/Repositories/statistics/config/inc.vars.es_src.php index 661d02e..8ed1055 100755 --- a/Repositories/statistics/config/inc.vars.es_src.php +++ b/Repositories/statistics/config/inc.vars.es_src.php @@ -94,6 +94,13 @@ "pattern" => "/[^\w]/i", "values" => array('one','two'), ), + "code" => array( + "maxlength" => "3", + "type" => "string", + "action" => UNSET_REQUEST, + "pattern" => "/[^\w]/i", + "values" => array('one','two'), + ), /* maxlength here refers to largest integer */ "id" => array( "maxlength" => "1005", @@ -120,6 +127,7 @@ "prog_address" => array( "public" => "index.php", ), + "local_intranet_name" => "Otago Intranet", ), "messages" => array( "vTITLE" => "Messages", @@ -137,6 +145,7 @@ 'cumulative_usage' => array ('inc.fns.cumulative_usage.es.php','inc.html.header.es.php','inc.html.cumulative_usage.es.php','inc.html.footer.es.php'), 'cumulative_usage_country' => array ('inc.fns.cumulative_usage_country.es.php','inc.html.header.es.php','inc.html.cumulative_usage_country.es.php','inc.html.footer.es.php'), 'show_detail_date' => array ('inc.fns.show_detail_date.es.php','inc.html.header.es.php','inc.html.show_detail_date.es.php','inc.html.footer.es.php'), + 'show_detail_country' => array ('inc.fns.show_detail_country.es.php','inc.html.header.es.php','inc.html.show_detail_country.es.php','inc.html.footer.es.php'), 'show_detail_eprint' => array ('inc.fns.show_detail_eprint.es.php','inc.html.header.es.php','inc.html.show_detail_eprint.es.php','inc.html.footer.es.php'), ), ),