Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| dev:grapher-php [2020/11/01 15:44] – bab | dev:grapher-php [2020/11/01 15:59] (current) – bab | ||
|---|---|---|---|
| Line 449: | Line 449: | ||
| // $output .= '" | // $output .= '" | ||
| $output .= " | $output .= " | ||
| - | if ($i < count($pages)-1) $output .= ','; | + | if ($i <= count($pages)-1) $output .= ','; |
| | | ||
| } | } | ||
| Line 483: | Line 483: | ||
| $grapher = new Grapher(); | $grapher = new Grapher(); | ||
| $grapher-> | $grapher-> | ||
| + | |||
| </ | </ | ||