aboutsummaryrefslogtreecommitdiff
path: root/classes/PhpIsisDb.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/PhpIsisDb.php')
-rw-r--r--classes/PhpIsisDb.php3
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);