From 09f7aa034e51201af516889e7c2b81830de4e1b4 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 18 Apr 2007 16:37:39 +0000 Subject: [PATCH] "@todo no-op" sounds a bit peculiar. ;) --- includes/DatabaseOracle.php | 2 +- includes/DatabasePostgres.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/DatabaseOracle.php b/includes/DatabaseOracle.php index 14ea7c2690..9c6bb71866 100644 --- a/includes/DatabaseOracle.php +++ b/includes/DatabaseOracle.php @@ -666,7 +666,7 @@ echo "error!\n"; } public function setTimeout( $timeout ) { - // @todo no-op + // @todo fixme no-op } function ping() { diff --git a/includes/DatabasePostgres.php b/includes/DatabasePostgres.php index e58ff0dd11..4e28dc146e 100644 --- a/includes/DatabasePostgres.php +++ b/includes/DatabasePostgres.php @@ -1101,7 +1101,7 @@ END; } public function setTimeout( $timeout ) { - // @todo no-op + // @todo fixme no-op } function ping() { -- 2.20.1