1
0

remove RQ, see commit and cooments

1c1c11f31fd31b54ae98f2921f8411208704c9e5#commitcomment-15999285
This commit is contained in:
Ian
2016-02-10 10:44:58 +01:00
parent c3db29a036
commit d97acf8b05
2 changed files with 2 additions and 2 deletions

@ -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). RQ: WHY Isn't $full parameter used at all???
* @param boolean Indicates if the full entry will be fetched (body+extended: TRUE), or only the body (FALSE). (Unused, keep for compat.)
* @param string Indicates whether drafts should be fetched
* @return
*/