summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fac37b0)
raw | patch | inline | side by side (parent: fac37b0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Nov 2008 11:12:56 +0000 (11:12 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Nov 2008 11:12:56 +0000 (11:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13069 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_plugin.inc | patch | blob | history |
index 60f0878b0f9cf1b594f374099c2b60938e40402e..7d3a6dd4e8d0de40cc6ee65193835bc383619c5d 100644 (file)
function is_modal_dialog()
{
- return(FALSE);
- // return(isset($this->dialog) && $this->dialog);
+ return(isset($this->dialog) && $this->dialog);
}
}