From f3a9a99570b1e9d7a929ee4a2f6495b6b26335d2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Jun 2005 18:58:27 +0000 Subject: - Patch #25121 by Robrecht J.: changed itemized lists with hardcoded CSS to definition lists. --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 33678c6d3..34b605c59 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -319,7 +319,7 @@ function user_access($string, $account = NULL) { } // User #1 has all privileges: - if ($account->uid === 1) { + if ($account->uid == 1) { return TRUE; } -- cgit v1.2.3