From 130c82f5c9d112bab5434a781386c612a1acb2cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 6 Sep 2011 11:14:34 +0000 Subject: [PATCH] Generic class cannot really wrap around mysql method.. --- includes/db/Database.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/db/Database.php b/includes/db/Database.php index c5b58e5a79..ec10f0c450 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -1528,6 +1528,7 @@ abstract class DatabaseBase implements DatabaseType { } /** + * @todo document * mysql_field_type() wrapper */ function fieldType( $res, $index ) { -- 2.20.1