phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: headlines/inc class.headlines.inc.php,1.2,1.3 ho


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: headlines/inc class.headlines.inc.php,1.2,1.3 hook_preferences.inc.php,1.9,1.10
Date: Sun, 31 Mar 2002 08:28:55 -0500

Update of /cvsroot/phpgroupware/headlines/inc
In directory subversions:/tmp/cvs-serv31404/inc

Modified Files:
        class.headlines.inc.php hook_preferences.inc.php 
Log Message:
Add hook_home and preference setting



Index: class.headlines.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/headlines/inc/class.headlines.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.headlines.inc.php     31 Mar 2002 12:20:55 -0000      1.2
--- class.headlines.inc.php     31 Mar 2002 13:28:53 -0000      1.3
***************
*** 71,75 ****
                {
                        $GLOBALS['phpgw']->db->query("SELECT 
con,display,base_url,newsfile,lastread,newstype,"
!                     . "cachetime,listings FROM phpgw_headlines_sites WHERE 
con = $site",__LINE__,__FILE__);
                        if(!$GLOBALS['phpgw']->db->num_rows())
                        {
--- 71,75 ----
                {
                        $GLOBALS['phpgw']->db->query("SELECT 
con,display,base_url,newsfile,lastread,newstype,"
!                     . "cachetime,listings FROM phpgw_headlines_sites WHERE 
con=$site",__LINE__,__FILE__);
                        if(!$GLOBALS['phpgw']->db->num_rows())
                        {

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/headlines/inc/hook_preferences.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** hook_preferences.inc.php    19 Nov 2001 15:46:15 -0000      1.9
--- hook_preferences.inc.php    31 Mar 2002 13:28:53 -0000      1.10
***************
*** 16,20 ****
        $file = Array(
                'Select Headlines to Display' => 
$GLOBALS['phpgw']->link('/headlines/preferences.php'),
!               'Select layout' => 
$GLOBALS['phpgw']->link('/headlines/preferences_layout.php')
        );
  //Do not modify below this line
--- 16,20 ----
        $file = Array(
                'Select Headlines to Display' => 
$GLOBALS['phpgw']->link('/headlines/preferences.php'),
!               'Other Preferences' => 
$GLOBALS['phpgw']->link('/headlines/preferences_other.php')
        );
  //Do not modify below this line




reply via email to

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