phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: headlines preferences_other.php,NONE,1.1 index.p


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: headlines preferences_other.php,NONE,1.1 index.php,1.26,1.27 preferences_layout.php,1.1,NONE
Date: Sun, 31 Mar 2002 08:28:55 -0500

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

Modified Files:
        index.php 
Added Files:
        preferences_other.php 
Removed Files:
        preferences_layout.php 
Log Message:
Add hook_home and preference setting



***** Error reading new file: [Errno 2] No such file or directory: 
'preferences_other.php'
Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/headlines/index.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** index.php   31 Mar 2002 12:20:55 -0000      1.26
--- index.php   31 Mar 2002 13:28:53 -0000      1.27
***************
*** 41,45 ****
        while ($preference = 
each($GLOBALS['phpgw_info']['user']['preferences']['headlines']))
        {
!               if ($preference[0] != 'headlines_layout')
                {
                        $sites[] = $preference[0];
--- 41,46 ----
        while ($preference = 
each($GLOBALS['phpgw_info']['user']['preferences']['headlines']))
        {
!               if ($preference[0] != 'headlines_layout' &&
!                       $preference[0] != 'mainscreen_showheadlines')
                {
                        $sites[] = $preference[0];
***************
*** 62,66 ****
                echo '<center>' . lang('please set your preferences for this 
application') . '.</center>';
        }
!       while (list(,$site) = @each($sites))
        {
                $j++;
--- 63,67 ----
                echo '<center>' . lang('please set your preferences for this 
application') . '.</center>';
        }
!       while(list(,$site) = @each($sites))
        {
                $j++;
***************
*** 83,87 ****
                else
                {
!                       while (list($title,$link) = each($links))
                        {
                                if($link && $title)
--- 84,88 ----
                else
                {
!                       while(list($title,$link) = @each($links))
                        {
                                if($link && $title)

--- preferences_layout.php DELETED ---




reply via email to

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