Browse Source

remove lost text

Malte Kiefer 9 years ago
parent
commit
fabffa1320
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/php/global.inc.php

+ 0 - 2
include/php/global.inc.php

@@ -99,8 +99,6 @@ function gen_pass_hash($pass){
 	return $pass_hash;
 }
 
-PASS_HASH_SCHEMA
-
 function write_pass_hash_to_db($pass_hash, $uid){
 	global $db;
 	$uid = $db->escape_string($uid);