Changeset 224 for branches/fuze/modules/mod_lastreg/module.php
- Timestamp:
- 07/05/10 12:21:21 (23 months ago)
- File:
-
- 1 edited
-
branches/fuze/modules/mod_lastreg/module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/fuze/modules/mod_lastreg/module.php
r223 r224 33 33 $usrs = array(); 34 34 35 if ($cfg['view_type']=='table' ){35 if ($cfg['view_type']=='table' || $cfg['view_type']=='hr_table'){ 36 36 include_once($_SERVER['DOCUMENT_ROOT'].'/components/users/includes/usercore.php'); 37 37 while($usr = $inDB->fetch_assoc($result)){
Note: See TracChangeset
for help on using the changeset viewer.
