/[drupal]/contributions/modules/l10n_server/l10n_community/moderate.inc
ViewVC logotype

Diff of /contributions/modules/l10n_server/l10n_community/moderate.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.3, Fri Sep 18 18:03:19 2009 UTC revision 1.1.2.4, Fri Nov 6 16:00:57 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: moderate.inc,v 1.1.2.2 2009/09/16 14:01:18 goba Exp $  // $Id: moderate.inc,v 1.1.2.3 2009/09/18 18:03:19 goba Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 49  function l10n_community_moderate_page($l Line 49  function l10n_community_moderate_page($l
49   *   Filters used to present this moderation view.   *   Filters used to present this moderation view.
50   */   */
51  function l10n_community_moderation_form(&$form_state, $strings = array(), $language = NULL, $filters) {  function l10n_community_moderation_form(&$form_state, $strings = array(), $language = NULL, $filters) {
52    
53      $form['#redirect'] = array($_GET['q'], l10n_community_flat_filters($filters));
54    
55    $form['pager'] = array(    $form['pager'] = array(
56      '#value' => theme('pager', NULL, $filters['limit'], 0)      '#value' => theme('pager', NULL, $filters['limit'], 0)
57    );    );
58    
59    // Keep language code in form for further reference.    // Keep language code in form for further reference.
60    $form['langcode'] = array(    $form['langcode'] = array(
61      '#type' => 'value',      '#type' => 'value',

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2