This commit is contained in:
unknown
2012-07-08 21:07:01 +03:00
parent eaf1492095
commit 385d044d21
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -101,7 +101,7 @@
$this->getStart($post['rank']);
}
if(isset($post['name']) && $post['name'] != "") {
$this->getStart($this->searchRank($post['name'], "username"));
$this->getStart($this->searchRank(stripslashes($post['name']), "username"));
}
break;
case "r2":
@@ -112,7 +112,7 @@
$this->getStart($post['rank']);
}
if(isset($post['name']) && $post['name'] != "") {
$this->getStart($this->searchRank($post['name'], "name"));
$this->getStart($this->searchRank(stripslashes($post['name']), "name"));
}
break;
}