summaryrefslogtreecommitdiff
path: root/modules/profile/profile.admin.inc
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-09 13:03:01 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-09 13:03:01 +0000
commitad397fc1e43453b0305295808415096a3709d674 (patch)
tree1f2055a0bd3b96e994f3ac94a8b29ed78d8aad8b /modules/profile/profile.admin.inc
parenta33b43386dee4b19be0f3bd2b5d4eabd54d47b21 (diff)
downloadbrdo-ad397fc1e43453b0305295808415096a3709d674.tar.gz
brdo-ad397fc1e43453b0305295808415096a3709d674.tar.bz2
#198231 by Alex UA and JirkaRybka: profile module had a parse error in PHP 4 and there was a weighting error with form elements
Diffstat (limited to 'modules/profile/profile.admin.inc')
-rw-r--r--modules/profile/profile.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.admin.inc b/modules/profile/profile.admin.inc
index 488666ed7..84e3a774d 100644
--- a/modules/profile/profile.admin.inc
+++ b/modules/profile/profile.admin.inc
@@ -12,7 +12,7 @@
* @ingroup forms
* @see profile_admin_overview_submit().
*/
-function profile_admin_overview(&$form_state = NULL) {
+function profile_admin_overview() {
$result = db_query('SELECT title, name, type, category, fid, weight FROM {profile_fields} ORDER BY category, weight');
$form = array();