From: Alexandre Emsenhuber Date: Sat, 21 Aug 2010 15:53:46 +0000 (+0000) Subject: @TODO @FIXME -> @todo so that doxygen recognise it correctly X-Git-Tag: 1.31.0-rc.0~35403 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=420424acf75124bece4e77a1d5c5f1427f9d9985;p=lhc%2Fweb%2Fwiklou.git @TODO @FIXME -> @todo so that doxygen recognise it correctly --- 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.