X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/f2ed326c69eef8b30b23256b53f40271ec66bc30..380db138cd51d18c0573c96277db4854c36c1811:/sistema/local_lib/Sistema.php diff --git a/sistema/local_lib/Sistema.php b/sistema/local_lib/Sistema.php index 746be87..5a6f62e 100644 --- a/sistema/local_lib/Sistema.php +++ b/sistema/local_lib/Sistema.php @@ -83,7 +83,7 @@ class Sistema { * @return void * @access public */ - function Sistema($sistema = 0)// ~X2C + function Sistema($sistema = 0) // ~X2C { $this->sistema = $sistema; } @@ -96,7 +96,7 @@ class Sistema { * @return PEAR_Error * @access public */ - function cargar($db)// ~X2C + function cargar($db) // ~X2C { $sistema = intval($this->sistema); if (is_a($db, 'db_result')) { @@ -136,7 +136,7 @@ class Sistema { * @return PEAR_Error * @access public */ - function guardar($db)// ~X2C + function guardar($db) // ~X2C { $sistema = intval($this->sistema); $where = ''; @@ -174,7 +174,7 @@ class Sistema { * @return PEAR_Error * @access public */ - function borrar($db)// ~X2C + function borrar($db) // ~X2C { $sistema = intval($this->sistema); if ($sistema) { @@ -194,7 +194,7 @@ class Sistema { * @return Sistema * @access public */ - function __clone()// ~X2C + function __clone() // ~X2C { return $this; } @@ -202,4 +202,4 @@ class Sistema { } // -X2C Class :Sistema -?> +?> \ No newline at end of file