Go to the source code of this file.
Functions | |
| specific_print_role ($row, $title) | |
Variables | |
| $detailed = sane_get("detailed") | |
| $form_tgrp = sane_all("form_grp") | |
| $title_arr [] = " " | |
| $res_memb = db_query($sql) | |
| $i = 1 | |
| t</table > | |
|
||||||||||||
|
Definition at line 132 of file memberlist.php. References $row, $title, and print. 00133 { 00134 print 00135 (($row == 1)?$title.' '._("technician").',<br />':""). 00136 (($row == 3)?$title.' '._("manager").',<br />':""). 00137 (($row == 2)?$title.' '._("techn. & manager").',<br />':""); 00138 }
|
|
|
Definition at line 32 of file memberlist.php. |
|
|
Definition at line 33 of file memberlist.php. |
|
|
Definition at line 140 of file memberlist.php. |
|
|
Definition at line 128 of file memberlist.php. |
|
|
Definition at line 112 of file memberlist.php. |
|
|
Definition at line 167 of file memberlist.php. |
1.4.4