phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: news_admin/inc class.uinews.inc.php,1.14,1.15


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: news_admin/inc class.uinews.inc.php,1.14,1.15
Date: Mon, 19 Aug 2002 08:42:08 -0400

Update of /cvsroot/phpgroupware/news_admin/inc
In directory subversions:/tmp/cvs-serv10721/news_admin/inc

Modified Files:
        class.uinews.inc.php 
Log Message:
Fix home.php hooks display



Index: class.uinews.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/inc/class.uinews.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.uinews.inc.php        30 Apr 2002 01:16:27 -0000      1.14
--- class.uinews.inc.php        19 Aug 2002 12:42:06 -0000      1.15
***************
*** 166,173 ****
                        }
  
!                       echo "\r\n"
                                . '<!-- start News Admin -->' . "\r\n"
                                . $portalbox->draw()
                                . '<!-- end News Admin -->'  . "\r\n";
                }
  
--- 166,174 ----
                        }
  
!                       $tmp = "\r\n"
                                . '<!-- start News Admin -->' . "\r\n"
                                . $portalbox->draw()
                                . '<!-- end News Admin -->'  . "\r\n";
+                       
$GLOBALS['phpgw']->template->set_var('phpgw_body',$tmp,True);
                }
  





reply via email to

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