removed not used setting of application via GET parameter

This commit is contained in:
Ralf Becker 2014-07-18 08:49:04 +00:00
parent bd2a9c6f45
commit d810ea5132

View File

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