From 33a3502dfee073325f5046baee655e6a2bdb29ec Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 16 Oct 2001 20:13:22 +0000 Subject: - Removed a node's link ID (lid) as discussed on the mailing list. See 'updates/3.00-to.x.xx.mysql' for the required MySQL updates. - Renamed some "author" fields to "uid" fields for sake of consistency. - Fixed the coding style of some PHP files. - Fixed the moderation queue (fairly untested though). - Re-introduced the temporary SQL table in _node_get(). - Added a missing 'auto_increment' to 'updates/3.00-to-x.xx.mysql'. --- modules/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user.module') diff --git a/modules/user.module b/modules/user.module index 2f4a13241..d812354d2 100644 --- a/modules/user.module +++ b/modules/user.module @@ -251,7 +251,7 @@ function user_link($type) { } if ($type == "admin") { - $links[] = "user system"; + $links[] = "user management"; } return $links ? $links : array(); -- cgit v1.2.3