coding standard: no braces around include
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user