]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Copete.php
Se agregan en Servicios los Informes Parlamentarios.
[mecon/intranet.git] / sistema / local_lib / HTML_Copete.php
index 42eddbeeda5d50a104e7bd3e2c8f079a4c8644a6..11068184fe6c7f2228929da2102437df11e02fe4 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
 // +--------------------------------------------------------------------+
 <?php
 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
 // +--------------------------------------------------------------------+
-// |                      Ministerio de Economía                        |
+// |                      Ministerio de Econom                        |
 // |                             Intranet                              |
 // +--------------------------------------------------------------------+
 // | This file is part of Intranet.                                    |
 // |                             Intranet                              |
 // +--------------------------------------------------------------------+
 // | This file is part of Intranet.                                    |
@@ -35,6 +35,7 @@ require_once 'HTML/Table.php';
 
 // +X2C Class 162 :HTML_Copete
 /**
 
 // +X2C Class 162 :HTML_Copete
 /**
+ * @package sistema_local_lib
  * @access public
  */
 class HTML_Copete extends HTML_Table {
  * @access public
  */
 class HTML_Copete extends HTML_Table {
@@ -42,13 +43,13 @@ class HTML_Copete extends HTML_Table {
      * @var    int $titulo
      * @access private
      */
      * @var    int $titulo
      * @access private
      */
-    var $titulo;
+    var $_titulo;
 
     /**
      * @var    int $seccion
      * @access private
      */
 
     /**
      * @var    int $seccion
      * @access private
      */
-    var $seccion;
+    var $_seccion;
 
     // ~X2C
 
 
     // ~X2C
 
@@ -184,4 +185,4 @@ class HTML_Copete extends HTML_Table {
     // -X2C
 
 } // -X2C Class :HTML_Copete
     // -X2C
 
 } // -X2C Class :HTML_Copete
-?>
+?>
\ No newline at end of file