From 420424acf75124bece4e77a1d5c5f1427f9d9985 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 21 Aug 2010 15:53:46 +0000 Subject: [PATCH] @TODO @FIXME -> @todo so that doxygen recognise it correctly --- includes/installer/PostgresUpdater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/PostgresUpdater.php b/includes/installer/PostgresUpdater.php index c7dd166181..d9d37be008 100644 --- a/includes/installer/PostgresUpdater.php +++ b/includes/installer/PostgresUpdater.php @@ -3,7 +3,7 @@ /** * Class for handling updates to Postgres databases. * - * @TODO @FIXME - Postgres should use sequential updates like Mysql, Sqlite + * @todo FIXME: Postgres should use sequential updates like Mysql, Sqlite * and everybody else. It never got refactored like it should've. For now, * just wrap the old do_postgres_updates() in this class so we can clean up * the higher-level stuff. -- 2.20.1