[Commits] r664 - in trunk/webinterface/mods: ajax super/customers

new-commit at lists.openvcp.org new-commit at lists.openvcp.org
Sun May 3 13:46:36 UTC 2009


Author: ftx
Date: 2009-05-03 13:46:36 +0000 (Sun, 03 May 2009)
New Revision: 664

Modified:
   trunk/webinterface/mods/ajax/NodeViewHandler.class.php
   trunk/webinterface/mods/ajax/call.php
   trunk/webinterface/mods/super/customers/navi.php
Log:
fixes short php tag problem



Modified: trunk/webinterface/mods/ajax/NodeViewHandler.class.php
===================================================================
--- trunk/webinterface/mods/ajax/NodeViewHandler.class.php	2009-05-03 10:37:42 UTC (rev 663)
+++ trunk/webinterface/mods/ajax/NodeViewHandler.class.php	2009-05-03 13:46:36 UTC (rev 664)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 class NodeViewHandler {
 	

Modified: trunk/webinterface/mods/ajax/call.php
===================================================================
--- trunk/webinterface/mods/ajax/call.php	2009-05-03 10:37:42 UTC (rev 663)
+++ trunk/webinterface/mods/ajax/call.php	2009-05-03 13:46:36 UTC (rev 664)
@@ -1,4 +1,4 @@
-<?
+<?php
 error_reporting(E_ERROR | E_WARNING | E_PARSE);
 
 require_once("../../core/OpenVCP.php");

Modified: trunk/webinterface/mods/super/customers/navi.php
===================================================================
--- trunk/webinterface/mods/super/customers/navi.php	2009-05-03 10:37:42 UTC (rev 663)
+++ trunk/webinterface/mods/super/customers/navi.php	2009-05-03 13:46:36 UTC (rev 664)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 
 	OpenVCP::setTextdomain('super_customers_navi');



More information about the Commits mailing list