Archived
1
0

RQ some function arguments

What shall we do with them, see serendipity_fetchEntry() and getClassByInstanceID() ?
This commit is contained in:
Ian
2016-02-08 15:14:49 +01:00
parent 2cc8655ed2
commit 1c1c11f31f
2 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -522,7 +522,7 @@ function serendipity_fetchEntryData(&$ret) {
* @access public
* @param string The column to compare $val against (like 'id')
* @param string The value of the colum $key to compare with (like '4711')
* @param boolean Indicates if the full entry will be fetched (body+extended: TRUE), or only the body (FALSE).
* @param boolean Indicates if the full entry will be fetched (body+extended: TRUE), or only the body (FALSE). RQ: WHY Isn't $full parameter used at all???
* @param string Indicates whether drafts should be fetched
* @return
*/