Browse Source

Conflict error

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
f5d62c26f3
1 changed files with 0 additions and 11 deletions
  1. 0 11
      Sources/Subs-Editor.php

+ 0 - 11
Sources/Subs-Editor.php

@@ -1433,17 +1433,6 @@ function getMessageIcons($board_id)
 	return array_values($icons);
 }
 
-/**
- * A help function for legalise_bbc for sorting arrays based on length.
- * @param string $a
- * @param string $b
- * @return int 1 or -1
- */
-function sort_array_length($a, $b)
-{
-	return strlen($a) < strlen($b) ? 1 : -1;
-}
-
 /**
  * Compatibility function - used in 1.1 for showing a post box.
  *