From 5eea0d5ecb7d98ebc70c038d23c87442d8200310 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 10 May 2011 20:10:13 -0700 Subject: photo lockview not working, temp fix for po2php --- util/po2php.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/po2php.php b/util/po2php.php index 1aa8adc1f..34e99d1ab 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -35,7 +35,7 @@ function po2php_run($argv, $argc) { if ($l[0]=="#") $l=""; if (substr($l,0,15)=='"Plural-Forms: '){ $match=Array(); - preg_match("|nplurals=([0-9]*); *plural=(.*)|", $l, $match); + preg_match("|nplurals=([0-9]*); *plural=(.*);|", $l, $match); $cond = str_replace('n','$n',$match[2]); $out .= 'function string_plural_select($n){'."\n"; $out .= ' return '.$cond.';'."\n"; -- cgit v1.2.3