Diff
Not logged in

Differences From:

File src/report.c part of check-in [c0211010a1] - Added doc for _wiki_ and removed doc for wiki(), tkt(), and chng() by btheado on 2009-12-13 01:31:36. [view]

To:

File src/report.c part of check-in [76bc05d739] - merge with trunk by btheado on 2009-12-30 20:33:59. [view]

@@ -484,26 +484,12 @@
   @ be useful for displaying the description of tickets.  This rule does not
   @ hold if the column is prefixed with "_wiki_".
   @ </p></li>
   @
-  @ <li><p>The <b>aux()</b> SQL function takes a parameter name as an argument
-  @ and returns the value that the user enters in the resulting HTML form. A
-  @ second optional parameter provides a default value for the field.</p></li>
-  @
-  @ <li><p>The <b>option()</b> SQL function takes a parameter name
-  @ and a quoted SELECT statement as parameters. The query results are
-  @ presented as an HTML dropdown menu and the function returns
-  @ the currently selected value. Results may be a single value column or
-  @ two <b>value,description</b> columns. The first row is the default.</p></li>
-  @
   @ <li><p>The <b>cgi()</b> SQL function takes a parameter name as an argument
   @ and returns the value of a corresponding CGI query value. If the CGI
   @ parameter doesn't exist, an optional second argument will be returned
   @ instead.</p></li>
-  @
-  @ <li><p>The <b>search()</b> SQL function takes a keyword pattern and
-  @ a search text. The function returns an integer score which is
-  @ higher depending on how well the search went.</p></li>
   @
   @ <li><p>The query can join other tables in the database besides TICKET.
   @ </p></li>
   @ </ul>