mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +00:00
fix documentation of count()
This commit is contained in:
parent
68f19b87c3
commit
a8034350ef
|
@ -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() { /* {{{ */
|
public function count() { /* {{{ */
|
||||||
$sql = "SELECT count(*) c FROM docs";
|
$sql = "SELECT count(*) c FROM docs";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user