$newhotpotstrings->id = $recordid;
$newhotpotstrings->string = $result;
migrate2utf8_update_record('hotpot_strings',$newhotpotstrings);
- /// And finally, just return the converted field
+ } else {
+ $result = false;
}
+/// And finally, just return the converted field
return $result;
}
$newhotpotquestion->id = $recordid;
$newhotpotquestion->name = $result;
migrate2utf8_update_record('hotpot_questions',$newhotpotquestion);
- /// And finally, just return the converted field
+ } else {
+ $result = false;
}
+/// And finally, just return the converted field
return $result;
}
$newhotpot->id = $recordid;
$newhotpot->name = $result;
migrate2utf8_update_record('hotpot',$newhotpot);
-/// And finally, just return the converted field
+ } else {
+ $result = false;
}
+/// And finally, just return the converted field
return $result;
}
$newhotpot->id = $recordid;
$newhotpot->summary = $result;
migrate2utf8_update_record('hotpot',$newhotpot);
+ } else {
+ $result = false;
}
/// And finally, just return the converted field
return $result;
$newhotpot->id = $recordid;
$newhotpot->password = $result;
migrate2utf8_update_record('hotpot',$newhotpot);
+ } else {
+ $result = false;
}
/// And finally, just return the converted field
return $result;