filip
2010-10-08 9539ceb4aed94566529d952392c26aef3dfc92fd
interface/web/sites/form/web_subdomain.tform.php
@@ -106,7 +106,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
         'default'   => 'y',
         'value'      => array('' => 'No redirect', 'no' => 'No flag', 'R' => 'R', 'L' => 'L', 'R,L' => 'R,L')
         'value'      => array('' => 'no_redirect_txt', 'no' => 'no_flag_txt', 'R' => 'R', 'L' => 'L', 'R,L' => 'R,L')
      ),
      'redirect_path' => array (
         'datatype'   => 'VARCHAR',
@@ -133,4 +133,4 @@
);
?>
?>