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

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

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

revision 1.1.2.7.2.23, Fri Nov 6 15:04:50 2009 UTC revision 1.1.2.7.2.24, Fri Nov 6 15:29:48 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: translate.inc,v 1.1.2.7.2.22 2009/10/28 14:44:06 goba Exp $  // $Id: translate.inc,v 1.1.2.7.2.23 2009/11/06 15:04:50 goba Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 85  function l10n_community_filter_form(&$fo Line 85  function l10n_community_filter_form(&$fo
85      $form['project']['#options'] = array('' => t('All'));      $form['project']['#options'] = array('' => t('All'));
86      foreach ($projects as $project) {      foreach ($projects as $project) {
87        // URI used to shorten the lookup cycle in filter sanitization.        // URI used to shorten the lookup cycle in filter sanitization.
88        $form['project']['#options'][$project->uri] = $project->title;        $form['project']['#options'][$project->title] = $project->title;
89      }      }
90    }    }
91    else {    else {

Legend:
Removed from v.1.1.2.7.2.23  
changed lines
  Added in v.1.1.2.7.2.24

  ViewVC Help
Powered by ViewVC 1.1.2