Author: ralfbecker
New Revision: 55250
URL: http://svn.stylite.de/viewvc/egroupware?rev=55250&view=rev
Log:
remove PHP 5.4+ array syntaxt breaking our PHP 5.3 support
Modified:
branches/14.2/calendar/inc/class.calendar_uiforms.inc.php
— branches/14.2/calendar/inc/class.calendar_uiforms.inc.php (original)
+++ branches/14.2/calendar/inc/class.calendar_uiforms.inc.php Fri Mar 4 14:27:56 2016
@@ -2600,7 +2600,7 @@
// For DnD, create an exception if they gave the date
$this->_create_exception($event,$preserv);
unset($event[‘id’]);
-
$conflicts = $this->bo->update($event,false,true,false,true,$messages);
if (!is_array($conflicts) && $conflicts)
{
@@ -2629,7 +2629,7 @@
$offset = egw_time::to($targetDateTime,‘ts’) - egw_time::to($seriesInstance,‘ts’);
$event[‘start’] = $old_event[‘start’] + $offset;
$event[‘duration’] = $duration;
@@ -2726,8 +2726,8 @@
{
$query = $_REQUEST[‘query’];
// Arbitrarily limited to 50 / resource
-
$options = array('start' => 0, 'num_rows' => 50);
-
$results = array();
if($query)
{
$resources = array_merge(array('' => $this->bo->resources['']),$this->bo->resources);
@@ -2759,12 +2759,12 @@
if($id && $title)
{
// Magicsuggest uses id, not value.
-
$value = array(
'id' => $type.$id,
'value'=> $type.$id,
'label' => $title,
'app' => lang($data['app'])
@@ -2785,7 +2785,7 @@
echo json_encode($results);
common::egw_exit();
}
- /**
- imports a mail as Calendar
-
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