Ejemplo n.º 1
0
 function restore($old_question_id, $new_question_id, $info, $restore)
 {
     if (parent::restore($old_question_id, $new_question_id, $info, $restore) !== false) {
         return wrsqz_restore('match', 'wmatprom', $old_question_id, $new_question_id, $info, $restore);
     }
     return false;
 }