diff --git a/src/functions_rrhh.php b/src/functions_rrhh.php index a1e03cb..7fccf88 100644 --- a/src/functions_rrhh.php +++ b/src/functions_rrhh.php @@ -212,7 +212,7 @@ function menu_curriculums($oid, $tipo){ while($rows = @mysql_fetch_array($resultado)){ $ruta = $rows["curriculum"]; $fecha = $rows["fecha"]; - echo "$fechaVer + echo "$fecha".$rows['curriculum']." "; }