inc/users.inc.php
changeset 4 55ed92aa7cf5
parent 1 58094faf794d
child 8 47dd15d8bb8c
--- a/inc/users.inc.php	Mon Apr 16 19:48:27 2007 +0000
+++ b/inc/users.inc.php	Tue Apr 17 19:43:24 2007 +0000
@@ -21,7 +21,9 @@
 // $Id: users.inc.php,v 1.8 2003/01/01 22:33:47 azurazu Exp $
 //
 
-
+// Added next line to enable i18n on following definitions. Don't know 
+// if this is the best (or at least a proper) location for this. /RZ.
+require_once("inc/i18n.inc.php");
 
 /*
  * Retrieve all users.
@@ -108,8 +110,6 @@
  */
 function leveldescription($id)
 {
-	// Fixed descriptions for each user level (feel free to edit, anyway..)
-	// Will get moved to the config file soon.
 	switch($id)
 	{
 		case 1:
@@ -149,7 +149,7 @@
 	}
         else
         {
-        	error(ERR_UNKOWN);
+        	error(ERR_UNKNOWN);
 	}
 }