Roger Dingledine commited on 2008-07-02 19:16:59
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
... | ... |
@@ -199,8 +199,8 @@ my %table_rows; |
199 | 199 |
do_status(%table_rows, '.', 0); |
200 | 200 |
do_status(%table_rows, 'docs', 1); |
201 | 201 |
do_status(%table_rows, 'torbrowser', 1); |
202 |
-do_status(%table_data, 'tordnsel', 1); |
|
203 |
-do_status(%table_data, 'projects', 1); |
|
202 |
+do_status(%table_rows, 'tordnsel', 1); |
|
203 |
+do_status(%table_rows, 'projects', 1); |
|
204 | 204 |
#do_status(%table_data, 'eff', 1); |
205 | 205 |
#do_status(%table_data, 'gui', 1); |
206 | 206 |
sort_and_print(%table_rows); |
207 | 207 |