merge r3467 to trunk

This commit is contained in:
wlx 2013-05-08 13:31:45 +00:00
commit f9a5028e21
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class Doi extends Zend_Controller_Plugin_Abstract
/*$a = str_replace("{",'',$a); /*$a = str_replace("{",'',$a);
$a = str_replace("}",'',$a); $a = str_replace("}",'',$a);
$a = explode(",",$a); */ $a = explode(",",$a); */
return $explode(',',substr($a,1,-1)); return explode(',',substr($a,1,-1));
} }
function view($id) function view($id)