Do NOT use PHP short open tags for a better compatibility

SVN:trunk[97]
This commit is contained in:
Denis Flaven
2009-08-22 09:49:13 +00:00
parent 23afe7525e
commit ef27d068ef
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