summaryrefslogtreecommitdiff
path: root/modules/profile.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-02-11 20:01:17 +0000
committerDries Buytaert <dries@buytaert.net>2003-02-11 20:01:17 +0000
commite90f3b883b0655ccba009f2fbef982696341a1a2 (patch)
tree0afa31bda8e395e9addfadae4eb62067392abe20 /modules/profile.module
parent3d3a60740a63e8c803d0905b2727bb202e6de370 (diff)
downloadbrdo-e90f3b883b0655ccba009f2fbef982696341a1a2.tar.gz
brdo-e90f3b883b0655ccba009f2fbef982696341a1a2.tar.bz2
- See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.
Diffstat (limited to 'modules/profile.module')
-rw-r--r--modules/profile.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/profile.module b/modules/profile.module
index c1c5b7810..887c7525d 100644
--- a/modules/profile.module
+++ b/modules/profile.module
@@ -40,7 +40,7 @@ function profile_system($field){
return $system[$field];
}
-function profile_conf_options() {
+function profile_settings() {
global $profile_fields;
if (!$profile_fields) {
_profile_init();
@@ -99,8 +99,8 @@ function profile_user($type, $edit, &$user) {
}
function profile_required($title) {
- // this pleads "theme_invoke, theme_invoke" ;)
- return $title ." ". theme_invoke("theme_mark");
+ // this pleads "theme, theme" ;)
+ return $title ." ". theme("theme_mark");
}
function _profile_form($edit, $mode) {