summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authoririna <irinagomez@us.es>2013-04-26 11:21:34 +0000
committeririna <irinagomez@us.es>2013-04-26 11:21:34 +0000
commit7b4c92475dab7c9a2d5a34a5727b0ebee75501e7 (patch)
treea2e27a6b7ad416f0ed1fdba4317dfde110db530d /admin
parent35b0ef1715d835bb368637afe4472c36bb9b9916 (diff)
#453 autenticacion ogclient: propiedades del aula -> por defecto no utiliza autenticación
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3766 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin')
-rw-r--r--admin/WebConsole/propiedades/propiedades_aulas.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/WebConsole/propiedades/propiedades_aulas.php b/admin/WebConsole/propiedades/propiedades_aulas.php
index c49e2b2d..a571209e 100644
--- a/admin/WebConsole/propiedades/propiedades_aulas.php
+++ b/admin/WebConsole/propiedades/propiedades_aulas.php
@@ -384,8 +384,8 @@ function abrir_ventana(URL){
echo '<td colspan="3">'.(($validacion == 1)?"Si":"No").'</td>';
else {
echo '<td colspan="3">';
- $validaciones="1=Si".chr(13);
- $validaciones.="0=No";
+ $validaciones="0=No".chr(13);
+ $validaciones.="1=Si";
echo HTMLCTESELECT($validaciones,"validacion","estilodesple","",$validacion,100).'</td>';
}
?>