diff options
Diffstat (limited to 'classes/PhpIsisDb.php')
-rw-r--r-- | classes/PhpIsisDb.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/PhpIsisDb.php b/classes/PhpIsisDb.php index 65a7f38..a6b3c7e 100644 --- a/classes/PhpIsisDb.php +++ b/classes/PhpIsisDb.php @@ -43,6 +43,9 @@ class PhpIsisDb implements IsisDb { * isis_data_seek() to get the desired record. * * @see IsisDb::read() + * + * @todo + * Subfields. */ public function read($id) { $results = isis_search('$', $this->db); |