Do NOT use PHP short open tags for a better compatibility

SVN:code[97]
This commit is contained in:
Denis Flaven
2009-08-22 09:49:13 +00:00
parent 3cd364ab4b
commit 1a3d8558c1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
class OqlNormalizeException extends OQLException
{

View File

@@ -1,4 +1,4 @@
<?
<?php
// Position a string within an OQL query
// This is a must if we want to be able to pinpoint an error at any stage of the query interpretation