Quote:
Originally Posted by Oblivion Knight
/install/hacks/MAF/2/index.php has a typo..
Code:
require_once('../upgrade_queries.php');
Should be:
Code:
require_once('./upgrade_queries.php');
Otherwise, the error that I mentioned earlier still appears.
|
thanks, obk. fixed
Quote:
Originally Posted by nexialys
oh that... problem easily solved: trim($the_text) will correct the situation, as a non-trimmed text will send a EOL that bug off the emailers...
|
now that i like, thanks for the heads up