From: Aryeh Gregor Date: Wed, 18 Apr 2007 16:37:39 +0000 (+0000) Subject: "@todo no-op" sounds a bit peculiar. ;) X-Git-Tag: 1.31.0-rc.0~53372 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=09f7aa034e51201af516889e7c2b81830de4e1b4;p=lhc%2Fweb%2Fwiklou.git "@todo no-op" sounds a bit peculiar. ;) --- 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() {