b-b-a / bba-power

1 stars 0 forks source link

Meter Number format on searches #108

Closed ghost closed 12 years ago

ghost commented 12 years ago

I came across the following in dbtable/meter.php (line 132 ...) if (!$search['meter'] == '') { $filter = new Zend_Filter_PregReplace(array( 'match' => '/-/', 'replace' => '' ) ); Does this need changing to the new "strip" function to allow a copy/paste of a number into the search field?

shaunfreeman commented 12 years ago

yes, I missed this one. I have updated it now.