Update of /cvs/scoop/scoop/lib/Scoop/Users
In directory lithium.sabren.com:/tmp/cvs-serv3430/lib/Scoop/Users

Modified Files:
	Prefs.pm 
Log Message:
Fixes for bugs 182, 213, 214, 215.

Also applied patch 26 and 27 from 1.0-1.1 to scoop.sql, as they were in the
patches table but not actually in the database, leading to many questions about
where the special page edit form went.

-janra



Index: Prefs.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Users/Prefs.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Prefs.pm	10 Feb 2005 23:08:50 -0000	1.5
--- Prefs.pm	13 Mar 2006 07:49:59 -0000	1.6
***************
*** 135,139 ****
  				'perm_group' => $user->{perm_group}, 
  				'mojo' => $user->{mojo}, 
! 				'creation_ip' => qq|<a href="/iplookup/$user->{creation_ip}">$user->{creation_ip}</a>|,
  				'creation_time' => $user->{creation_time} };
  
--- 135,139 ----
  				'perm_group' => $user->{perm_group}, 
  				'mojo' => $user->{mojo}, 
! 				'creation_ip' => qq|<a href="%%rootdir%%/iplookup/$user->{creation_ip}">$user->{creation_ip}</a>|,
  				'creation_time' => $user->{creation_time} };