Go to the source code of this file.
Variables | |
| $sql | |
| $result = db_query($sql) | |
| $rows = db_numrows($result) | |
| $usergroups = array() | |
| $usergroups_groupid = array() | |
| $unixname = db_result($result,$j,'unix_group_name') | |
| $previous = 0 | |
| group | |
| s | |
|
|
Definition at line 89 of file my/index.php. Referenced by format_item_details(). |
|
|
Definition at line 48 of file my/index.php. |
|
|
Definition at line 49 of file my/index.php. |
|
|
Initial value: "SELECT groups.group_name," . "groups.group_id," . "groups.unix_group_name," . "groups.status " . "FROM groups,user_group " . "WHERE groups.group_id=user_group.group_id " . "AND user_group.user_id='".user_getid()."' " . "AND groups.status='A' " . "GROUP BY groups.unix_group_name " . "ORDER BY groups.unix_group_name" Definition at line 37 of file my/index.php. |
|
|
Definition at line 57 of file my/index.php. |
|
|
Definition at line 50 of file my/index.php. |
|
|
Definition at line 51 of file my/index.php. |
|
|
Initial value: '.group_getunixname(db_result($result, $j, 'group_id')).'">'.db_result($result, $j, 'summary').'</a><br />'; # FIXME: num. of new comments? print '<span class="smaller">'.sprintf(_("Project %s Definition at line 115 of file my/index.php. Referenced by account_groupnamevalid(), admin_tabs(), forum_header(), generic_header_start(), gnuevalconfirm_email(), menu_help(), menu_print_sidebar(), menu_site_admin(), my_incoming_assigned_item_list(), my_incoming_unassigned_item_list(), project_tabs(), and site_project_header(). |
|
|
|
Definition at line 118 of file my/index.php. |
|
|
Definition at line 115 of file my/index.php. |
1.4.4