From e90f3b883b0655ccba009f2fbef982696341a1a2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 11 Feb 2003 20:01:17 +0000 Subject: - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html. --- modules/profile.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/profile.module') 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) { -- cgit v1.2.3