Version: 1.0 Release date: 08 July 2003 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. */ require_once("../Group-Office.php"); $GO_SECURITY->authenticate(); require_once($GO_LANGUAGE->get_fallback_base_language_file('groups')); $count = $GO_GROUPS->get_users_in_group($group_id); $page_title= $count.' '.$groups_users_in1.' '.$name; require_once($GO_THEME->theme_path."header.inc"); echo '
'; echo ''; echo ''; if ($count>0) { while ($GO_GROUPS->next_record()) { echo "\n"; if ( $GO_GROUPS->f('name') ) { echo "\n"; } else { require_once($GO_CONFIG->class_path.'profiles.class.inc'); $profiles = new profiles(); if ($profile = $profiles->get_profile($GO_GROUPS->f('user_id'))) { echo "\n"; } } echo "\n"; } }else { echo ""; } echo ''; echo "

'.$page_title.'

".show_profile($GO_GROUPS->f("id"),$GO_GROUPS->f("name"))." ".show_profile($GO_GROUPS->f('user_id'),$profile["name"])." 
".$groups_no_users."

'; $button = new button($cmdClose, 'javascript:window.close()'); echo '
"; require_once($GO_THEME->theme_path."footer.inc"); ?>