Function filter takes two arguments:
function filter($raw, $type)...
But it's called without the second argument from several pieces of code
like:
content=filter( $raw ) . $content;
A solution can be put a default at function definition:
function filter($raw, $type = "wiki")...
Jose Carlos N Medeiros
wike
development
Public
|
Date: 2008-09-20 23:17 Thanks Querubain, its a good solution that I already applied. |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2008-09-20 23:17 | psabs |
| resolution_id | None | 2008-09-20 23:17 | psabs |
| category_id | None | 2008-09-20 23:17 | psabs |
| artifact_group_id | None | 2008-09-20 23:17 | psabs |
| assigned_to | nobody | 2008-09-20 23:17 | psabs |
| close_date | - | 2008-09-20 23:17 | psabs |