Browse Source

Removed pointless comment.

pull/40/head
Savetheinternet 14 years ago
committed by Paul Merrill
parent
commit
9e58ce6ed4
  1. 3
      inc/functions.php

3
inc/functions.php

@ -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);

Loading…
Cancel
Save