Jump to content

What's on BBC Radio 6music


Recommended Posts

  • 3 months later...

Your check for growlnotify wasn't quite working, I changed:

$growlnotifyinstalled = trim($growlnotifyinstalled); //added to line 41

if ($growlnotifyinstalled !== "nogrowlnotify") { //changed the if statement on line 52

That seems to fix it for me but the newlines don't work as I'm not sure what you were meant to replace them with? 

echo str_replace("\n\n","\n\n",$msg);
Link to comment
  • 4 weeks later...
  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...