Changeset 1860 in ExiteCMS for trunk/administration/search.php


Ignore:
Timestamp:
10/17/08 18:22:29 (4 years ago)
Author:
hverton
Message:

fixed not displaying groupnames hidden from the public

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/search.php

    r1711 r1860  
    150150            } 
    151151        } 
    152         $data['groupname'] = getgroupname($data['search_visibility']); 
     152        $data['groupname'] = getgroupname($data['search_visibility'], '-1'); 
    153153            // store the search record 
    154154        $variables['searches'][] = $data; 
Note: See TracChangeset for help on using the changeset viewer.