This commit is contained in:
Paula Quispe
2017-06-06 13:22:09 -04:00
parent 04c832fb54
commit ca178b14db

View File

@@ -3559,7 +3559,7 @@ class workspaceTools
CLI::logging("-> Migrating Self-Service by Value Cases \n"); CLI::logging("-> Migrating Self-Service by Value Cases \n");
while ($rsCriteria->next()) { while ($rsCriteria->next()) {
$row = $rsCriteria->getRow(); $row = $rsCriteria->getRow();
$temp = unserialize($row['GRP_UID']); $temp = @unserialize($row['GRP_UID']);
if (is_array($temp)) { if (is_array($temp)) {
foreach($temp as $groupUid) { foreach($temp as $groupUid) {
if ($groupUid != '') { if ($groupUid != '') {