After getting this working and creating my first project and bug, I found a little bug in index.php
Under Five most recently submitted bugs: and Five most recently closed bugs: I found that $bugid was not being passed.
I fixed this by changing lines 192 and 210 from "'bugid' => $bugid," to "'bugid' => $bug_id,"
That seemed to fix the problem. Without the change I get a message saying : That bug does not exist.
- Mike
I just broke this yesterday. :) Fixed in CVS.
Log in to post a comment.
After getting this working and creating my first project and bug, I found a little bug in index.php
Under Five most recently submitted bugs: and Five most recently closed bugs: I found that $bugid was not being passed.
I fixed this by changing lines 192 and 210 from "'bugid' => $bugid," to "'bugid' => $bug_id,"
That seemed to fix the problem. Without the change I get a message saying : That bug does not exist.
- Mike
I just broke this yesterday. :) Fixed in CVS.