Skip to content

Commit

Permalink
Change rendering of feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
googletorp committed Oct 16, 2012
1 parent cc2ae20 commit d5e9412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions vopros_feedback/theme/vopros-feedback-page.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
* - $page: The rendered page content.
*
*/

?>

<div id="vopros-feedback-page" class="clearfix">
<div id="vopros-feedback-page-inner" class="clearfix">
<?php print $page['#children']; ?>
<?php if ($page['content']['system_main']): ?>
<?php print render($page['content']['system_main']); ?>
<?php endif ?>
</div>
</div>
1 change: 0 additions & 1 deletion vopros_migrate/vopros_migrate.module
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ function _vopros_migrate_perform_migrate_public_questions($count, &$context) {
* Performs the actual cleaning up of public questions as a batch job.
*/
function _vopros_migrate_clean_up_migrate_public_questions($count, &$context) {
dd('_vopros_migrate_clean_up_migrate_public_questions');
if (empty($context['sandbox'])) {
$progress = db_query("SELECT MAX(entity_id) FROM {vopros_migrate} WHERE entity_type = 'public_question_cleaned';")->fetchField();
// Set the current state of our import.
Expand Down

0 comments on commit d5e9412

Please sign in to comment.