fix documentation of count()

This commit is contained in:
Uwe Steinmann 2022-12-09 10:52:08 +01:00
parent 68f19b87c3
commit a8034350ef

View File

@ -373,8 +373,9 @@ class SeedDMS_SQLiteFTS_Indexer {
} /* }}} */
/**
* Return list of documents in index
* Return number of documents in index
*
* @return interger number of documents
*/
public function count() { /* {{{ */
$sql = "SELECT count(*) c FROM docs";