coding standard: no braces around include

This commit is contained in:
Sebastian Mendel
2007-04-01 09:51:41 +00:00
parent b2f3ae5fcf
commit adb39168cc
75 changed files with 260 additions and 260 deletions

View File

@@ -28,7 +28,7 @@
* @version $Id$
*/
@include_once('SOAP/Client.php');
@include_once 'SOAP/Client.php';
if (!function_exists('class_exists') || !class_exists('SOAP_Client')) {
$GLOBALS['sqlvalidator_error'] = TRUE;