Browse Source

Removed pointless comment.

pull/40/head
Savetheinternet 14 years ago
parent
commit
88357dc1b3
  1. 1
      inc/functions.php

1
inc/functions.php

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

Loading…
Cancel
Save