removed not used setting of application via GET parameter

This commit is contained in:
Ralf Becker 2014-07-18 08:48:37 +00:00
parent 430cba8991
commit 4fc6102162

View File

@ -115,10 +115,6 @@ class db_tools
*/
function edit(array $content=null,$msg = '')
{
if (isset($_GET['app']))
{
$this->app = $_GET['app'];
}
if (is_array($content))
{
if ($this->debug)