Removed pointless comment.

This commit is contained in:
Savetheinternet 2010-12-01 12:54:58 +11:00 committed by Paul Merrill
parent 5962ea3d8c
commit 9e58ce6ed4

View File

@ -339,8 +339,7 @@
}
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);