Removed pointless comment.

This commit is contained in:
Savetheinternet 2010-12-01 12:54:58 +11:00
parent aefa20a3a4
commit 88357dc1b3

View File

@ -340,7 +340,6 @@
mysql_free_result($query);
}
// A lot of the bellow of from BBSchan (An old project by savetheinternet)
function generate_tripcode ( $name, $length = 10 ) {
$name = stripslashes ( $name );
$t = explode('#', $name);