Changeset 1127
- Timestamp:
- 05/30/07 10:11:33 (2 years ago)
- Files:
-
- devel/mod/profile/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/profile/lib.php
r1126 r1127 381 381 } 382 382 } 383 if (!empty($field) {383 if (!empty($field)) { 384 384 $value = get_record_sql("select * from ".$CFG->prefix."profile_data where owner = {$userid} and name = " . $db->qstr($field->internal_name)); 385 385 if (run("users:access_level_check", $value->access)) {
