administration MDL-21351 revert changes

This commit is contained in:
jerome mouneyrac
2010-01-20 10:16:41 +00:00
parent 8399c714d7
commit 3f77607874
3 changed files with 1 additions and 17 deletions
-11
View File
@@ -1005,9 +1005,6 @@ class admin_settingpage implements part_of_admin_tree {
public $path;
public $visiblepath;
/** display the save changes button **/
public $displaysavebutton;
/**
* see admin_settingpage for details of this function
*
@@ -1029,7 +1026,6 @@ class admin_settingpage implements part_of_admin_tree {
}
$this->hidden = $hidden;
$this->context = $context;
$this->displaysavebutton = true;
}
/**
@@ -1052,13 +1048,6 @@ class admin_settingpage implements part_of_admin_tree {
}
}
/**
* Hide the Save Changes button
*/
public function hidesavebutton() {
$this->displaysavebutton = false;
}
/**
* Search string in settings page.
*