Welcome to Geeklog Sunday, May 19 2013 @ 05:27 AM EDT
|
||||||||
![]() |
Forum Index > General Discussions > Feedback |
New Topic
|
Post Reply
|
hehehe time for code clean up! |
|||
| Mikez |
|
||||||
![]() ![]() ![]() ![]() ![]() Regular Poster Status: offline ![]() Registered: 06/17/05 Posts: 87 |
lol I was trying to find a bug and found.... (for real now)
PHP Formatted Code /** * Hrm, can't remember what this does exactly * * @param string $heading string for heading * */ |
||||||
|
|||||||
| jmucchiello |
|
||||||
![]() ![]() ![]() ![]() ![]() Full Member Status: offline ![]() Registered: 08/29/05 Posts: 985 |
Any particular file?
|
||||||
|
|||||||
| Mikez |
|
||||||
![]() ![]() ![]() ![]() ![]() Regular Poster Status: offline ![]() Registered: 06/17/05 Posts: 87 |
lol that was so 2 days ago. some were in the system/classes fold I think.
|
||||||
|
|||||||
| Dirk |
|
||||||
![]() ![]() ![]() ![]() ![]() Admin ![]() Status: offline ![]() Registered: 01/12/02 Posts: 13027 |
PHP Formatted Code /*** Hrm, can't remember what this does exactly * * @param string $heading string for heading * */ function addSubmissionHeading($heading) { $this->submissionheading[$this->num_submissions] = $heading; $this->num_submissions = $this->num_submissions + 1; } from system/classes/plugin.class.php It's part of the moderation API for plugins. bye, Dirk |
||||||
|
|||||||
| Content generated in: 0.96 seconds |
|
|
|