Changeset 1127

Show
Ignore:
Timestamp:
05/30/07 10:11:33 (2 years ago)
Author:
ben
Message:

Typo fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/profile/lib.php

    r1126 r1127  
    381381            } 
    382382        } 
    383         if (!empty($field) {         
     383        if (!empty($field)) {         
    384384            $value = get_record_sql("select * from ".$CFG->prefix."profile_data where owner = {$userid} and name = " . $db->qstr($field->internal_name)); 
    385385            if (run("users:access_level_check", $value->access)) {