remove unneeded logger function
This commit is contained in:
parent
0a1697d13a
commit
4748b6c4c3
1 changed files with 0 additions and 4 deletions
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
require_once("boot.php");
|
require_once("boot.php");
|
||||||
|
|
||||||
function logger($txt, $lvl=""){
|
|
||||||
echo $txt."\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
function RemoveReply($subject) {
|
function RemoveReply($subject) {
|
||||||
while (in_array(strtolower(substr($subject, 0, 3)), array("re:", "aw:")))
|
while (in_array(strtolower(substr($subject, 0, 3)), array("re:", "aw:")))
|
||||||
$subject = trim(substr($subject, 4));
|
$subject = trim(substr($subject, 4));
|
||||||
|
|
Loading…
Reference in a new issue