Development

Changeset 27754

You must first sign up to be able to contribute.

Changeset 27754

Show
Ignore:
Timestamp:
02/08/10 20:54:57 (1 month ago)
Author:
bshaffer
Message:

tweak of layout for group testing - removes distracting "Info" message at the head of each group

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/csSecurityTaskExtraPlugin/branches/1.3/lib/task/sfAppGroupSecurityTask.class.php

    r27650 r27754  
    5353    } 
    5454 
     55    $this->logSection('app', sprintf('Current group security for application "%s"', $arguments['application']) . ($arguments['group'] ? sprintf(' and group "%s"', $arguments['group']) : '')); 
     56 
    5557    $security = $this->getSecurityArray(); 
    5658 
     
    9799    foreach ($groupAccess as $group => $security) 
    98100    { 
    99       $count = 0; 
    100       $this->logSection('app', sprintf('Current security for application "%s" and group "%s"', $arguments['application'], $group));       
     101      $count = 0;   
    101102      foreach ($security as $i => $item)  
    102103      { 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.