mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
removed some debug output
This commit is contained in:
parent
7dd122744e
commit
ab0a0d5ba6
@ -154,7 +154,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#_debug_array($finalRowNames);
|
#_debug_array($finalRowNames);
|
||||||
error_log('finalRowNames: '.print_r($finalRowNames,true));
|
|
||||||
$contact = array();
|
$contact = array();
|
||||||
|
|
||||||
foreach($finalRowNames as $key => $vcardKey)
|
foreach($finalRowNames as $key => $vcardKey)
|
||||||
@ -250,7 +249,6 @@
|
|||||||
$contact['tel_video'] = '';
|
$contact['tel_video'] = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
error_log('contact: '.print_r($contact,true));
|
|
||||||
if($_abID > 0)
|
if($_abID > 0)
|
||||||
{
|
{
|
||||||
// update entry
|
// update entry
|
||||||
|
Loading…
Reference in New Issue
Block a user