Unit tests should run with E_ALL so we can detect all errors. Fix dozens of errors that popped up after enabling all errors.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
require_once(BASE."include/config.php");
|
||||
|
||||
function mail_appdb($sEmailList,$sSubject,$sMsg)
|
||||
{
|
||||
$sHeaders = "MIME-Version: 1.0\r\n";
|
||||
|
||||
Reference in New Issue
Block a user