X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/2f4b4d674e677d26de736d30402fa9efd790d095..174ddcbe91844e4c754eb58b88f645a56952a475:/sistema/local_lib/Sistema.php diff --git a/sistema/local_lib/Sistema.php b/sistema/local_lib/Sistema.php index 552d5f3..f8de809 100644 --- a/sistema/local_lib/Sistema.php +++ b/sistema/local_lib/Sistema.php @@ -93,7 +93,7 @@ class Sistema { // +X2C Operation 460 /** - * @param DB &$db Base de datos a utilizar. + * @param mixed &$db Base de datos o Resultado a utilizar. * * @return bool * @access public @@ -117,5 +117,18 @@ class Sistema { } // -X2C + // +X2C Operation 466 + /** + * @param int $sistema ID del sistema. + * + * @return void + * @access public + */ + function Sistema($sistema = 0)// ~X2C + { + trigger_error('Not implemented!', E_USER_WARNING); + } + // -X2C + } // -X2C Class :Sistema ?> \ No newline at end of file