/[ludap]/ludap/www/list.php
ViewVC logotype

Diff of /ludap/www/list.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mose, Sat Sep 13 12:29:40 2003 UTC revision 1.5 by mose, Fri Sep 19 07:04:08 2003 UTC
# Line 42  if ($act == "oui oui" and $action == 'de Line 42  if ($act == "oui oui" and $action == 'de
42    
43  $S->display('header.tpl');  $S->display('header.tpl');
44    
45  if ($useframe) {  if (substr($searchat,0,2) == 'g_') {
46          $heads = array($L->conf['baseattr']);          $heads = array($L->conf['groupattr']);
47          if ($searchat and $searchat != $L->conf['baseattr']) {          $S->assign('baseattr',$L->conf['groupattr']);
                 $heads[] = $searchat;  
         }  
48  } else {  } else {
49          $heads = split(',',$L->conf["simple"]);          if ($useframe) {
50                    $heads = array($L->conf['baseattr']);
51                    if ($searchat and $searchat != $L->conf['baseattr']) {
52                            $heads[] = $searchat;
53                    }
54            } else {
55                    $heads = split(',',$L->conf["simple"]);
56            }
57  }  }
58  if ($searchx) {  if ($searchx) {
59          $info = $L->get_users_list($heads,$searchx,$searchat,20,0,20);          $info = $L->get_users_list($heads,$searchx,$searchat,20,0,20);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26