BUG-8753 Short Tags are Still Present as of Version 2.0.38 SOLVED

- Short tags are still present in the code in the form of the short print tag: <?=
- Changing of the short tags for deprecated functions and code.
This commit is contained in:
Hector Cortez
2012-07-23 10:33:03 -04:00
parent 2f226e8e47
commit 9bbf93da0c
19 changed files with 69 additions and 69 deletions

View File

@@ -77,7 +77,7 @@
?>
<script>
parent.jsMeta = "<? echo $boot_strap['__ATTRIBUTES__']['meta'] ?>";
parent.jsMeta = "<?php echo $boot_strap['__ATTRIBUTES__']['meta'] ?>";
</script>
<?php
}