Bladeren bron

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 jaren geleden
bovenliggende
commit
9c7cc9c0b2
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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