Skip to content

Commit 46652ba

Browse files
committed
full_opening_tag
1 parent a9b0193 commit 46652ba

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/AOS_PDF_Templates/AOS_PDF_Templates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?PHP
1+
<?php
22
/**
33
* Products, Quotations & Invoices modules.
44
* Extensions to SugarCRM

modules/AOS_PDF_Templates/AOS_PDF_Templates_sugar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?PHP
1+
<?php
22
/**
33
* Products, Quotations & Invoices modules.
44
* Extensions to SugarCRM

modules/Charts/code/Chart_pipeline_by_lead_source.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function draw($extra_tools)
200200
<span class='chartFootnote'>
201201
<p align="right"><i><?php echo $current_module_strings['LBL_CREATED_ON'].' '.$file_date; ?></i></p>
202202
</span>
203-
<?Php
203+
<?php
204204
}
205205

206206

modules/SecurityGroups/SecurityGroupMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?PHP
1+
<?php
22
if (!defined('sugarEntry') || !sugarEntry) {
33
die('Not A Valid Entry Point');
44
}

modules/SecurityGroups/SecurityGroup_sugar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?PHP
1+
<?php
22

33

44
class SecurityGroup_sugar extends Basic

0 commit comments

Comments
 (0)