diff options
Diffstat (limited to 'classes')
-rw-r--r-- | classes/MaleteDb.php | 2 | ||||
-rw-r--r-- | classes/PhpIsisDb.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/classes/MaleteDb.php b/classes/MaleteDb.php index 7983c2f..6b7b563 100644 --- a/classes/MaleteDb.php +++ b/classes/MaleteDb.php @@ -3,7 +3,7 @@ /** * Malete implementation of IsisDb. * - * @todo + * @warning * This implementation is currently outdated and lacks * basic functionalities such as subfield handling and * therefore it's use is not recommended. diff --git a/classes/PhpIsisDb.php b/classes/PhpIsisDb.php index aa1c239..4ff8c15 100644 --- a/classes/PhpIsisDb.php +++ b/classes/PhpIsisDb.php @@ -3,7 +3,7 @@ /** * PHP-Isis implementation of IsisDb. * - * @todo + * @warning * This implementation is currently outdated and lacks * basic functionalities such as subfield handling and * therefore it's use is not recommended. |