Changeset 599
- Timestamp:
- 09/27/06 18:55:46 (2 years ago)
- Files:
-
- devel/mod/profile/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/profile/lib.php
r598 r599 47 47 48 48 // Check to see if the profile config file doesn't exist 49 if (!isset($CFG->profile root)) {50 $CFG->profile root= $CFG->dirroot . "mod/profile/";49 if (!isset($CFG->profilelocation)) { 50 $CFG->profilelocation = $CFG->dirroot . "mod/profile/"; 51 51 } 52 52
