Author: nathangray
New Revision: 55261
URL: http://svn.stylite.de/viewvc/egroupware?rev=55261&view=rev
Log:
remove PHP 5.4+ array syntax breaking our PHP 5.3 support
Modified:
trunk/calendar/inc/class.calendar_owner_etemplate_widget.inc.php
— trunk/calendar/inc/class.calendar_owner_etemplate_widget.inc.php (original)
+++ trunk/calendar/inc/class.calendar_owner_etemplate_widget.inc.php Fri Mar 4 16:57:13 2016
@@ -124,8 +124,8 @@
$query = $_REQUEST['query'];
// Arbitrarily limited to 50 / resource
-
$options = array('start' => 0, 'num_rows' => 50);
-
$results = array();
$resources = array_merge(array('' => $bo->resources['']),$bo->resources);
foreach($resources as $type => $data)
@@ -156,12 +156,12 @@
if($id && $title)
{
// Magicsuggest uses id, not value.
-
$value = array(
'id' => $type.$id,
'value'=> $type.$id,
'label' => $title,
'app' => lang($data['app'])
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs