Deprecating get_statistic_table in favour of get_main_table

1.9.x
Julio Montoya 10 years ago
parent a4a4118afb
commit 94ff182d7f
  1. 2
      main/inc/lib/database.lib.php

@ -182,7 +182,7 @@ class Database
* statistic table of which you pass the short name as a parameter.
* Please, define table names as constants in this library and use them
* instead of directly using magic words in your tool code.
*
* @deprecated use get_main_table
* @param string $short_table_name, the name of the table
*/
public static function get_statistic_table($short_table_name)

Loading…
Cancel
Save