BUG 5163 Changed the short open tags for PHP code to long open tag.

This commit is contained in:
Hector Cortez
2011-12-22 16:56:22 -04:00
parent 86dc20738a
commit ee22d188cd
52 changed files with 53 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
ini_set("soap.wsdl_cache_enabled", "0"); // disabling WSDL cache
$wsdl = PATH_METHODS . "services" . PATH_SEP . "pmos.wsdl";

View File

@@ -1,4 +1,4 @@
<?
<?php
ini_set("soap.wsdl_cache_enabled", "0"); // disabling WSDL cache
define ('WEB_SERVICE_VERSION' , '2.0' );

View File

@@ -1,4 +1,4 @@
<?
<?php
ini_set("default_charset", "UTF-8");

View File

@@ -1,4 +1,4 @@
<?
<?php
$filewsdl = PATH_METHODS . 'services'. PATH_SEP . 'pmos.wsdl';
$content = file_get_contents( $filewsdl );
$lang = defined ('SYS_LANG') ? SYS_LANG : 'en';

View File

@@ -1,4 +1,4 @@
<?
<?php
$filewsdl = PATH_METHODS . 'services'. PATH_SEP . 'pmos2.wsdl';
$content = file_get_contents( $filewsdl );
$lang = defined ('SYS_LANG') ? SYS_LANG : 'en';