comparison inputParser.inc @ 53:2e6ba7259281

Merge
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Thu, 11 Oct 2012 00:54:54 +0200
parents 2cfea6e84694
children 0e157721bbad
comparison
equal deleted inserted replaced
52:3898353ed1d8 53:2e6ba7259281
1 <?php 1 <?php
2 /**
3 * @file
4 * Functionality for translating an XML document into a webpage
5 */
2 function getParam($param) 6 function getParam($param)
3 { 7 {
4 $param_type=$param->getAttribute("type"); 8 $param_type=$param->getAttribute("type");
5 $param_value; 9 $param_value;
6 if (!$param_type) 10 if (!$param_type)