bugphpGroupWare - Bugs: bug #16414, Infolog displays subentries, event...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #16414: Infolog displays subentries, event if "listNoSubs" preference is set to "true"

Submitter:  Bertram Harendt <bharendt>
Submitted:  Sat 22 Apr 2006 06:50:16 PM UTC
   
 
Category:  infolog Item Group:  0.9.16.010
Severity:  3 - Normal Priority:  3 - Low
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Component Version:  None Operating System:  None
Reproducibility:  Every Time Planned Release:  None
Fixed Release: 

Sat 22 Apr 2006 07:11:39 PM UTC, comment #1: 

Sorry, not on line 1586, but on line 501 in /infolog/inc/class.soinfolog.inc.php:

if (!$phpgw_info['user']['preferences']['infolog']['listNoSubs'] &&
       $action != 'sp')
{
        $pid = '';
}

Bertram Harendt <bharendt>
Sat 22 Apr 2006 06:50:16 PM UTC, original submission:  


The start page of the infolog displays all subentries, even if it was disabled preferences page by setting the "listNoSubs" preference to "1".
The reason is, that in class /infolog/inc/class.soinfolog.inc.php on line 15867 (in function "search") the variable $phpgw_info is empty. This variable is empty because it was not defined as global in this method.

Bertram Harendt <bharendt>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #9822:  class.soinfolog.inc.php.diff added by bharendt (40B - application/octet-stream - patch to fix this bug)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2006-04-22 bharendt Attached File- Added class.soinfolog.inc.php.diff, #9822

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code