phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] sitemgr/modules class.module_toc_block.inc.php [skwas


From: Dave Hall
Subject: [Phpgroupware-cvs] sitemgr/modules class.module_toc_block.inc.php [skwashd-16-compat]
Date: Mon, 15 May 2006 10:48:37 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    sitemgr
Branch:         skwashd-16-compat
Changes by:     Dave Hall <address@hidden>      06/05/15 10:48:36

Modified files:
        modules        : class.module_toc_block.inc.php 

Log message:
        add missing .

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/sitemgr/modules/class.module_toc_block.inc.php.diff?only_with_tag=skwashd-16-compat&tr1=1.1.2.1.4.1&tr2=1.1.2.1.4.2&r1=text&r2=text

Patches:
Index: sitemgr/modules/class.module_toc_block.inc.php
diff -u sitemgr/modules/class.module_toc_block.inc.php:1.1.2.1.4.1 
sitemgr/modules/class.module_toc_block.inc.php:1.1.2.1.4.2
--- sitemgr/modules/class.module_toc_block.inc.php:1.1.2.1.4.1  Mon May 15 
09:20:46 2006
+++ sitemgr/modules/class.module_toc_block.inc.php      Mon May 15 10:48:36 2006
@@ -30,7 +30,7 @@
                        $def_page = (int)$cat['def_page'];
                        if ( $depth > $cat['depth'] )
                        {
-                               $content = "</li>\n</ul>\n</li>\n";
+                               $content .= "</li>\n</ul>\n</li>\n";
                        }
                        
                        $content .= '<li' . ($cat_id == $cur_cat ? ' 
class="active">' : '>') . $cat['link'];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]