Fossil SCM
made the docs match the code.
Commit
4c21f20cf89695d7c6bc2c1fb89f09e351447593
Parent
331a8b7112acbe7…
1 file changed
+2
-2
+2
-2
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1865,12 +1865,12 @@ | ||
| 1865 | 1865 | ** querying against the full event table. The view, however, adds an |
| 1866 | 1866 | ** abstraction level to simplify the implementation code for the |
| 1867 | 1867 | ** various /reports pages. |
| 1868 | 1868 | ** |
| 1869 | 1869 | ** Returns one of: 'c', 'w', 'g', 't', 'e', representing the type of |
| 1870 | -** filter it applies, or 0 (NUL) if no filter is applied (i.e. if | |
| 1871 | -** "all" is used). | |
| 1870 | +** filter it applies, or '*' if no filter is applied (i.e. if "all" is | |
| 1871 | +** used). | |
| 1872 | 1872 | */ |
| 1873 | 1873 | static char stats_report_init_view(){ |
| 1874 | 1874 | char const * zType = PD("y","*"); /* analog to /timeline?y=... */ |
| 1875 | 1875 | char const * zRealType = NULL; /* normalized form of zType */ |
| 1876 | 1876 | char rc = 0; /* result code */ |
| 1877 | 1877 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1865,12 +1865,12 @@ | |
| 1865 | ** querying against the full event table. The view, however, adds an |
| 1866 | ** abstraction level to simplify the implementation code for the |
| 1867 | ** various /reports pages. |
| 1868 | ** |
| 1869 | ** Returns one of: 'c', 'w', 'g', 't', 'e', representing the type of |
| 1870 | ** filter it applies, or 0 (NUL) if no filter is applied (i.e. if |
| 1871 | ** "all" is used). |
| 1872 | */ |
| 1873 | static char stats_report_init_view(){ |
| 1874 | char const * zType = PD("y","*"); /* analog to /timeline?y=... */ |
| 1875 | char const * zRealType = NULL; /* normalized form of zType */ |
| 1876 | char rc = 0; /* result code */ |
| 1877 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1865,12 +1865,12 @@ | |
| 1865 | ** querying against the full event table. The view, however, adds an |
| 1866 | ** abstraction level to simplify the implementation code for the |
| 1867 | ** various /reports pages. |
| 1868 | ** |
| 1869 | ** Returns one of: 'c', 'w', 'g', 't', 'e', representing the type of |
| 1870 | ** filter it applies, or '*' if no filter is applied (i.e. if "all" is |
| 1871 | ** used). |
| 1872 | */ |
| 1873 | static char stats_report_init_view(){ |
| 1874 | char const * zType = PD("y","*"); /* analog to /timeline?y=... */ |
| 1875 | char const * zRealType = NULL; /* normalized form of zType */ |
| 1876 | char rc = 0; /* result code */ |
| 1877 |