summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f3106cf)
raw | patch | inline | side by side (parent: f3106cf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 21 Sep 2007 06:00:28 +0000 (06:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 21 Sep 2007 06:00:28 +0000 (06:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7362 594d385d-05f5-0310-b6e9-bd551577e9d8
index 1523398cd15e26f00a8e6664dff4baa5a8e700de..1857854b33906d62e096d33a878e79f6dbb44ff1 100644 (file)
$this->addSpecialTabs();
}
- function check()
+ function check($ignore_account= FALSE)
{
return (tabs::check(TRUE));
}
- function save()
+ function save($ignore_account= FALSE)
{
$baseobject= $this->by_object['faiHook'];
index a7e542c4872dbbbb43f543b36e78e657734b70f8..8731835ef2bbbd990c58977372348b1f2185e2b1 100644 (file)
$this->addSpecialTabs();
}
- function check()
+ function check($ignore_account= FALSE)
{
return (tabs::check(TRUE));
}
- function save()
+ function save($ignore_account= FALSE)
{
$baseobject= $this->by_object['faiPackage'];
index 50b6394d719f1e9a4ecd8c2c293b01a7553e6e14..9d2312d5707521326e214c427bb3cca142827295 100644 (file)
$this->addSpecialTabs();
}
- function check()
+ function check($ignore_account= FALSE)
{
return (tabs::check(TRUE));
}
- function save()
+ function save($ignore_account= FALSE)
{
$baseobject= $this->by_object['faiPartitionTable'];
index 5828f7b6e2d9c1dcc757ed2c31b99b2f259199dc..cbc3abd940b752583b3bd0091a090bc594a8d1ca 100644 (file)
$this->addSpecialTabs();
}
- function check()
+ function check($ignore_account= FALSE)
{
return (tabs::check(TRUE));
}
- function save()
+ function save($ignore_account= FALSE)
{
$baseobject= $this->by_object['faiProfile'];
index 6d7625d3b80990d6c5854f71cbba9bd32b03d468..28ebd224a609cfb0e617ff35173d0dc9e2aed70c 100644 (file)
$this->addSpecialTabs();
}
- function check()
+ function check($ignore_account= FALSE)
{
return (tabs::check(TRUE));
}
- function save()
+ function save($ignore_account= FALSE)
{
$baseobject= $this->by_object['faiScript'];
index ba5e71956b220f909cadb51bdc3a58eae7d8d3d3..2ff58199b1f2fca2f9c01e685fa7054733cfa786 100644 (file)
$this->addSpecialTabs();
}
- function check()
+ function check($ignore_account= FALSE)
{
return (tabs::check(TRUE));
}
- function save()
+ function save($ignore_account= FALSE)
{
$baseobject= $this->by_object['faiTemplate'];
index ab6707ae68c63c2e8103d243b3648f80ee4854f4..c872f2d9bca24762ea4b4a5683adb899ab54135a 100644 (file)
$this->addSpecialTabs();
}
- function check()
+ function check($ignore_account= FALSE)
{
return (tabs::check(TRUE));
}
- function save()
+ function save($ignore_account= FALSE)
{
$baseobject= $this->by_object['faiVariable'];