From bc1cf374f423fb26c4f573fbb5a81dca517042ca Mon Sep 17 00:00:00 2001 From: pb1dft Date: Mon, 8 Jan 2007 22:14:21 +0000 Subject: minor change in user registration agreement --- lib/ui.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ui.lib.php') diff --git a/lib/ui.lib.php b/lib/ui.lib.php index bc87289f..3afe4386 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -1042,7 +1042,7 @@ function show_registration_agreement() { $data = fread($fp,filesize($filename)); /* Scrub and show */ - echo scrub_out($data); + echo $data; } // show_registration_agreement -- cgit