From: Jens Frank Date: Sat, 31 Jul 2004 08:56:54 +0000 (+0000) Subject: Hello, World! X-Git-Tag: 1.5.0alpha1~2563 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=9c8d946b874a2e83a5e881ad85f28420d1938f76;p=lhc%2Fweb%2Fwiklou.git Hello, World! --- diff --git a/includes/User.php b/includes/User.php index 7d10777141..63044d762d 100644 --- a/includes/User.php +++ b/includes/User.php @@ -714,7 +714,6 @@ class User { # Check to see if the given clear-text password is one of the accepted passwords function checkPassword( $password ) { - print "hello\n"; $this->loadFromDatabase(); $ep = $this->encryptPassword( $password ); if ( 0 == strcmp( $ep, $this->mPassword ) ) {