diff options
author | alonso <alonso@us.es> | 2013-03-08 17:22:04 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2013-03-08 17:22:04 +0000 |
commit | 39975933ca1bbd6bd8c77343f7582b036c910229 (patch) | |
tree | dd836f1ef1031c71f06d16091f6ff18c7b5628bb /admin/WebConsole/comandos/Configurar.php | |
parent | b120b777236a180acb8e0df7720de8786814d6ae (diff) |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3673 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/comandos/Configurar.php')
-rw-r--r-- | admin/WebConsole/comandos/Configurar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/comandos/Configurar.php b/admin/WebConsole/comandos/Configurar.php index 10e11523..e37d38a6 100644 --- a/admin/WebConsole/comandos/Configurar.php +++ b/admin/WebConsole/comandos/Configurar.php @@ -241,7 +241,7 @@ function HTMLSELECT_operaciones() ________________________________________________________________________________________________________*/ function HTMLSELECT_tipospar($cmd,$codpar) { - return(HTMLSELECT($cmd,0,"tipospar",$codpar,"codpar","tipopar",150,"","formulariodatos")); + return(HTMLSELECT($cmd,0,"tipospar",$codpar,"codpar","tipopar",150,"","formulariodatos","codpar<256")); } /*________________________________________________________________________________________________________ Crea la etiqueta html <SELECT> de los sistemas de ficheros |