1
0

improve code docs

This commit is contained in:
Garvin Hicking
2011-01-08 22:31:20 +00:00
parent bf39c311a3
commit 70b1288890
9 changed files with 9 additions and 9 deletions

View File

@ -43,7 +43,7 @@ function serendipity_db_in_sql($col, &$search_ids, $type = ' OR ') {
*
* This function returns values dependin on the input parameters and the result of the query.
* It can return:
* false if there was an error,
* false or a string if there was an error (depends on $expectError),
* true if the query succeeded but did not generate any rows
* array of field values if it returned a single row and $single is true
* array of array of field values if it returned row(s) [stacked array]