Ver Fonte

Do NOT use PHP short open tags for a better compatibility

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@97 a333f486-631f-4898-b8df-5754b55c2be0
dflaven há 16 anos atrás
pai
commit
9c7cc9c0b2

+ 1 - 1
core/oql/oqlinterpreter.class.inc.php

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

+ 1 - 1
core/oql/oqlquery.class.inc.php

@@ -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