commit | 91bea676634ad91f0033b3a8a62ca2d6eb77bc73 | [log] [tgz] |
---|---|---|
author | david_williams <david_williams> | Thu Sep 23 03:06:08 2010 +0000 |
committer | david_williams <david_williams> | Thu Sep 23 03:06:08 2010 +0000 |
tree | dba4769dd1ac486717efe58689ad0b35157f40ad | |
parent | c808a938038bc72720a1ae95dad6ec8ce8c0576f [diff] |
'php' is critical on new build machine (or php 5.2?) at begining of php section.
diff --git a/downloadsites/webtools/artifacts/p_buildbranches.php b/downloadsites/webtools/artifacts/p_buildbranches.php index cf6bfc7..3587cbc 100644 --- a/downloadsites/webtools/artifacts/p_buildbranches.php +++ b/downloadsites/webtools/artifacts/p_buildbranches.php
@@ -1,4 +1,4 @@ -<? +<?php $buildBranches = array(); $buildBranches[]="patches-R3.2.1-P"; $buildBranches[]="patches-R3.1.2-P";
diff --git a/downloadsites/webtools/commonPages/displayBuildMachine.php b/downloadsites/webtools/commonPages/displayBuildMachine.php index 891762f..50e2bc7 100755 --- a/downloadsites/webtools/commonPages/displayBuildMachine.php +++ b/downloadsites/webtools/commonPages/displayBuildMachine.php
@@ -1,4 +1,4 @@ -<? +<?php function displayBuildMachine() { include 'parseProperties.php';