浏览代码

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 16 年之前
父节点
当前提交
9c7cc9c0b2
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      core/oql/oqlinterpreter.class.inc.php
  2. 1 1
      core/oql/oqlquery.class.inc.php

+ 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