示例#1
0
 public function getDatosInstitucion()
 {
     $oLLogin = new LLogin();
     $empresa = '0001';
     //Es el id para el HMLO
     $respuesta = $oLLogin->getDatosInstitucion($_SESSION["c_cod_per"], $empresa);
     return false;
 }
示例#2
0
 public function getDatosInstitucion()
 {
     /*$oLLogin = new LLogin();
     		$respuesta = $oLLogin->getDatosInstitucion('%',$_SESSION['id_persona']);				
     		return false;*/
     $oLLogin = new LLogin();
     $empresa = '0001';
     //Es el id para el HMLO
     $respuesta = $oLLogin->getDatosInstitucion($_SESSION["id_persona"], $empresa);
     return false;
 }