Index: trunk/phase3/maintenance/tests/testHelpers.inc |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | * Set of classes to help with test output and such. Right now pretty specific |
8 | 8 | * to the parser tests but could be more useful one day :) |
9 | 9 | * |
10 | | - * @todo @fixme Make this more generic |
| 10 | + * @todo Fixme: Make this more generic |
11 | 11 | */ |
12 | 12 | |
13 | 13 | class AnsiTermColorer { |
Index: trunk/phase3/includes/db/Database.php |
— | — | @@ -44,7 +44,7 @@ |
45 | 45 | |
46 | 46 | /** |
47 | 47 | * The DBMS-dependent part of query() |
48 | | - * @todo @fixme Make this private someday |
| 48 | + * @todo Fixme: Make this private someday |
49 | 49 | * |
50 | 50 | * @param $sql String: SQL query. |
51 | 51 | * @return Result object to feed to fetchObject, fetchRow, ...; or false on failure |