View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000821 | SigServer | Bug Report | public | 2007-12-01 08:51 | 2007-12-06 07:18 |
| Reporter | exp | Assigned To | antennen | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Summary | 0000821: $var>0 broken? | ||||
| Description | Reported by PetriW http://forum.anidb.net/viewtopic.php?p=33213#p33213 | ||||
| Additional Information | This does not work: {{padding(if($watching_id1_eps>0,$watching_id1_eps,"?"),2)}} However, this works: {{padding(if($watching_id1_eps>8,$watching_id1_eps,"?"),2)}} And this also works: {{padding(if($watching_id1_eps>=1,$watching_id1_eps,"?"),2)}} Seems like a bug. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-12-01 08:51 | exp | New Issue | |
| 2007-12-01 15:19 | antennen | Note Added: 0001519 | |
| 2007-12-01 15:19 | antennen | Status | new => resolved |
| 2007-12-01 15:19 | antennen | Resolution | open => fixed |
| 2007-12-06 07:18 | epoximator | Assigned To | => antennen |