addressbook/inc/class.addressbook_bo.inc.php 1 location
|
@@ 2098-2101 (lines=4) @@
|
| 2095 |
|
} |
| 2096 |
|
} |
| 2097 |
|
|
| 2098 |
|
if (is_array($old_cats_preserve) && count($old_cats_preserve) > 0) |
| 2099 |
|
{ |
| 2100 |
|
$cat_id_list = array_merge($cat_id_list, $old_cats_preserve); |
| 2101 |
|
} |
| 2102 |
|
|
| 2103 |
|
if (count($cat_id_list) > 1) |
| 2104 |
|
{ |
calendar/inc/class.calendar_boupdate.inc.php 1 location
|
@@ 2131-2134 (lines=4) @@
|
| 2128 |
|
} |
| 2129 |
|
} |
| 2130 |
|
|
| 2131 |
|
if (is_array($old_cats_preserve) && count($old_cats_preserve) > 0) |
| 2132 |
|
{ |
| 2133 |
|
$cat_id_list = array_merge($cat_id_list, $old_cats_preserve); |
| 2134 |
|
} |
| 2135 |
|
|
| 2136 |
|
if (count($cat_id_list) > 1) |
| 2137 |
|
{ |