translate_checksum()
- -translate_checksum( $checksum)
- - - -
Parameters
-| - | $checksum | -- |
diff --git a/conf/sample.config.inc.php b/conf/sample.config.inc.php index fe51fbb4..4a89106d 100644 --- a/conf/sample.config.inc.php +++ b/conf/sample.config.inc.php @@ -345,7 +345,6 @@ 'callbacks' => array( 'table' => array( 'date' => function ($x) { $type=''; if ( date('N',strtotime($x)) >= 6) { $type = 'weekend'; } return array($x,$type); }, - 'checksum' => function ($x) { return array(dec2hex($x), ''); } ) ) diff --git a/docs/classes/Anemometer.html b/docs/classes/Anemometer.html index 1c378e40..6b0cc070 100644 --- a/docs/classes/Anemometer.html +++ b/docs/classes/Anemometer.html @@ -223,7 +223,6 @@