Modified: branches/SyncML-1.2/syncml/inc/class.ajaxsyncml.inc.php
URL: http://www.egroupware.org/viewvc/egroupware/branches/SyncML-1.2/syncml/inc/class.ajaxsyncml.inc.php?rev=27388&r1=27387&r2=27388&view=diff ==============================================================================
--- branches/SyncML-1.2/syncml/inc/class.ajaxsyncml.inc.php (original)
+++ branches/SyncML-1.2/syncml/inc/class.ajaxsyncml.inc.php Wed Jul 8 12:11:31 2009
@@ -29,7 +29,7 @@
function refreshDeviceDataTable()
{
if ($this->_debug) error_log("syncml::refreshDeviceDataTable");
- $response =& new xajaxResponse();
+ $response = new xajaxResponse();
$response->addAssign('userDefinedDeviceTable', 'innerHTML', $this->syncmlDevices->createDeviceDataTable());
return $response->getXML();
}
@@ -48,7 +48,7 @@
function refreshDataStoreTable()
{
if ($this->_debug) error_log("syncml::refreshDataStoreTable");
- $response =& new xajaxResponse();
+ $response = new xajaxResponse();
$response->addAssign('userDefinedDetailsTable', 'innerHTML', $this->syncmlDevices->createDeviceDetailView());
return $response->getXML();
}
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge _______________________________________________
eGroupWare-cvs mailing list
eGroupWare-cvs@... https://lists.sourceforge.net/lists/listinfo/egroupware-cvs