Skip to content

Commit

Permalink
Drop deprecated methods from Toolbox class
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Mar 10, 2017
1 parent 713563e commit 6a6b860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ The following methods have been dropped:
- `Ajax::displaySearchTextForDropdown()`
- `Ajax::getSearchTextForDropdown()`
- `DBMysql::field_flags()`
- `Toolbox::get_magic_quotes_runtime`
- `Toolbox::get_magic_quotes_gpc`

For older entries, please check [GLPI website](http://glpi-project.org).
28 changes: 0 additions & 28 deletions inc/toolbox.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,34 +46,6 @@
**/
class Toolbox {

/**
* Wrapper for get_magic_quotes_runtime - deprecated
*
* @since version 0.83
* @deprecated in 0.90.1
*
* @return boolean
**/
static function get_magic_quotes_runtime() {

return 0;
}


/**
* Wrapper for get_magic_quotes_gpc - deprecated
*
* @since version 0.83
* @deprecated in 0.90.1
*
* @return boolean
**/
static function get_magic_quotes_gpc() {

return 0;
}


/**
* Wrapper for max_input_vars
*
Expand Down

0 comments on commit 6a6b860

Please sign in to comment.