Commit f45d3f07 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #981 Improve the FusionDirectory API

Showing with 18 additions and 0 deletions
+18 -0
......@@ -20,8 +20,23 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/*!
* \file php_setup.inc
* Source code for php_setup
*/
require_once ("variables.inc");
/*!
* \brief Raise an error
*
* \param string $errno
*
* \param string $errstr The error string
*
* \param string $errfile The error filename
*
* \param string $errline The error line
*/
function gosaRaiseError($errno, $errstr, $errfile, $errline)
{
global $error_collector,$config, $error_collector_mailto;
......@@ -213,6 +228,9 @@ function gosaRaiseError($errno, $errstr, $errfile, $errline)
}
}
/*!
* \brief Dummy error handler
*/
function dummy_error_handler()
{
}
......
  • bmortier @bmortier

    mentioned in issue #370 (closed)

    By sabaku on 2017-09-02T14:45:23 (imported from GitLab)

    ·

    mentioned in issue #370 (closed)

    By sabaku on 2017-09-02T14:45:23 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment