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

Diff of /ludap/www/page.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 54  if ($delgp and $id and $delgp != "admins Line 54  if ($delgp and $id and $delgp != "admins
54                  } else {                  } else {
55                          $output[] = "Ajout de $id dans le groupe $addgp impossible.";                          $output[] = "Ajout de $id dans le groupe $addgp impossible.";
56                  }                  }
57                    $action = '';
58          }          }
         $action = '';  
59  } elseif ($action and $action == 'addgroup' and $addgroup) {  } elseif ($action and $action == 'addgroup' and $addgroup) {
60          $groupdn = $L->conf['membattr']."=".utf8_encode($addgroup).",".$L->conf['groupdn'];          $groupdn = $L->conf['membattr']."=".utf8_encode($addgroup).",".$L->conf['groupdn'];
61          $grps = split(',',$L->conf['groupobj']);          $grps = split(',',$L->conf['groupobj']);

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