Author: danydb
Date: 2013-09-19 16:24:39 +0200 (Thu, 19 Sep 2013)
New Revision: 5406

Modified:
   phpcompta/trunk/include/class_tag.php
Log:
add Function tag::show_list

Modified: phpcompta/trunk/include/class_tag.php
===================================================================
--- phpcompta/trunk/include/class_tag.php       2013-09-19 14:23:37 UTC (rev 
5405)
+++ phpcompta/trunk/include/class_tag.php       2013-09-19 14:24:39 UTC (rev 
5406)
@@ -24,10 +24,13 @@
 {
     function __construct($p_cn)
     {
+        $this->cn=$p_cn;
         $this->data=new Tag_SQL($p_cn);
     }
     function show_list()
     {
+        $ret=$this->data->seek(' order by t_tag');
+        if ( $this->cn->count($ret) == 0) return "";
         
     }
 }



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilité en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to