From cd430165d706c6a747f81e663f756e60a4a0377f Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Sat, 5 Aug 2006 00:26:36 +0000 Subject: #73884 by RobRoy, various code cleanup. --- modules/profile/profile.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/profile/profile.module') diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 9e7dbf285..db86fc314 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -634,6 +634,7 @@ function profile_form_profile($edit, $user, $category) { // Use LOWER('%s') instead of PHP's strtolower() to avoid UTF-8 conversion issues. } + $w = 0; while ($field = db_fetch_object($result)) { $category = $field->category; if (!isset($fields[$category])) { -- cgit v1.2.3