X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/5b15a6f7796a86dfeaf9f41911e7cb112f2c6a97..84f76d573967832523dfc728235a56f2b2e14dba:/sistema/www/sistemas/sistemas.php
diff --git a/sistema/www/sistemas/sistemas.php b/sistema/www/sistemas/sistemas.php
index 0485b1a..8c96533 100644
--- a/sistema/www/sistemas/sistemas.php
+++ b/sistema/www/sistemas/sistemas.php
@@ -33,7 +33,7 @@ $MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones
$aHref = '';
$aHrefModif = $aHref.'';
$aHrefElim = $aHref.'';
- $aHrefPerm = '';
+ $aHrefPerm = '';
//VEO SI HAY QUE ELEGIR EN QUE SISTEMA TRABAJAR {{{
if (!@$_SESSION['samurai']['id_sistema']) {
header('Location: ./../sel-sistema?redirect=sistemas/sistemas');
@@ -43,7 +43,7 @@ $MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones
$sistemas = SAMURAI_Sistema::getSistemas($DB);
$TABLA2 = new MECON_HTML_Tabla ('cellspacing=0');
- $row = array ('Seleccionar otro sistema para trabajar', $aHref.'Ingresar Nuevo Sistema');
+ $row = array ('Seleccionar otro sistema para trabajar', $aHref.'Ingresar Nuevo Sistema');
$TABLA2->addRow($row);
$TABLA2->updateColAttributes(0,'align="left"');
$TABLA2->updateColAttributes(1,'align="right"');