Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Vector
« on: November 26, 2008, 09:17:07 PM »

It wasn't displaying null description lines (plugins with no description), so I did this

Code: [Select]
        If ($description == "")
        {
          $description = " ";
        }

Worked like a charm