X-Git-Url: https://git.llucax.com/mecon/yatta.git/blobdiff_plain/efaaf1d8176f9bbc45d588d4382d43c933663ef6..8d2616c309cde3dfbcf843ba66e0162f8d108920:/lib/YATTA/Archivo.php?ds=inline diff --git a/lib/YATTA/Archivo.php b/lib/YATTA/Archivo.php index efbc06c..0bdcf49 100644 --- a/lib/YATTA/Archivo.php +++ b/lib/YATTA/Archivo.php @@ -28,8 +28,6 @@ require_once 'MECON/DBO.php'; require_once 'PEAR.php'; -define ('PATH', '/var/www/sistemas/yatta/test/'); - /** * Clase para el manejo de los archivos. * @@ -101,14 +99,6 @@ class YATTA_Archivo extends MECON_DBO { */ var $archivo = null; - /** - * Path del archivo - * - * @var string $path - * @access public - */ - var $path = null; - /** * Carga el objeto con los datos que se pasan por parametro. * @@ -134,7 +124,6 @@ class YATTA_Archivo extends MECON_DBO { $this->id = $res['id']; $this->nombre_sistema = $res['nombre_sistema']; $this->descripcion = $res['descripcion']; - $this->path = PATH; $this->resultado = $res['resultado']; $this->archivo = $res['archivo']; $this->owner = $res['owner']; @@ -246,7 +235,6 @@ class YATTA_Archivo extends MECON_DBO { $this->descripcion = null; $this->resultado = null; $this->archivo = null; - $this->path = null; $this->owner = null; //$this->usuario = null; }