[dev] @include instead of include

steve mailling at gmx.co.uk
Fri Dec 26 03:46:53 PST 2003


I don't get why we should use @include
It happens to me, but it can happen to others, it hides errors

Here is a patch ro move some from lib/Auth.php

diff -w -b -r1.105 Auth.php
179c179
<             @include_once HORDE_BASE . '/config/hooks.php';
---
 >             include_once HORDE_BASE . '/config/hooks.php';
206c206
<             @include_once HORDE_BASE . '/config/hooks.php';
---
 >             include_once HORDE_BASE . '/config/hooks.php';



More information about the dev mailing list