contact search + sync to personal edition, installer db check + curl proxy

This commit is contained in:
Mike Macgirvin 2010-08-17 18:44:13 -07:00
commit 1a1f9b296c
9 changed files with 64 additions and 18 deletions

View file

@ -11,7 +11,7 @@ function directory_content(&$a) {
$o .= replace_macros($tpl, array(
'$search' => $search,
'$finding' => (strlen($search) ? "<h4>Finding: '$search'</h4>" : "")
'$finding' => (strlen($search) ? '<h4>' . t('Finding: ') . "'" . $search . "'" . '</h4>' : "")
));
if($search)