mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
removed not used setting of application via GET parameter
This commit is contained in:
parent
430cba8991
commit
4fc6102162
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user