aboutsummaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2010-07-26 10:35:31 -0300
committerSilvio <silvio@devlet.com.br>2010-07-26 10:35:31 -0300
commitde0775587d0bd689f1d8e0053b6430451b5423be (patch)
tree8e6209285b9e12ac76233000c823fbc3aa567c38 /classes
parent4f111a27513f7811df4848773b24fe17541d1fb7 (diff)
downloadcinisis-de0775587d0bd689f1d8e0053b6430451b5423be.tar.gz
cinisis-de0775587d0bd689f1d8e0053b6430451b5423be.tar.bz2
Warning instead of Todo for MaleteDb and PhpIsisDb
Diffstat (limited to 'classes')
-rw-r--r--classes/MaleteDb.php2
-rw-r--r--classes/PhpIsisDb.php2
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.