| 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 |
| 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 { |