Skip to content

Commit

Permalink
FREEPBX-12644 Wrong pattern search on CID Superfecta for source sourc…
Browse files Browse the repository at this point in the history
…e-Paginasblancas_AR.module
  • Loading branch information
tm1000 committed Jul 14, 2016
1 parent 5a2e8c6 commit 27e9d43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<rawname>superfecta</rawname>
<repo>extended</repo>
<name>CID Superfecta</name>
<version>13.0.3.17</version>
<version>13.0.3.18</version>
<type>setup</type>
<category>Admin</category>
<publisher>Sangoma Technologies Corporation</publisher>
Expand All @@ -12,6 +12,7 @@
Provides simultaneous use of, and complete control over multiple caller id data sources.
</description>
<changelog>
*13.0.3.18* FREEPBX-12644 Wrong pattern search on CID Superfecta for source source-Paginasblancas_AR.module
*13.0.3.17* Dont force myisam tables
*13.0.3.16* Add Send-To-Pushover and Send-To-Yo modules
*13.0.3.15* FREEPBX-12534 Update npa lists for us and canada including toll free
Expand Down
2 changes: 1 addition & 1 deletion sources/source-Paginasblancas_AR.module
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Paginasblancas_AR extends superfecta_base {

$url = "http://www.paginasblancas.com.ar/telefono/".$thenumber; //updated 2014-08-05
$pattern = array(
'/<a class="no-link" rel="nofollow" href="javascript:void.0.;">(.*?)<\/a>/', //updated 2014-04-07 for residential
'/<a class="no-link" href="javascript:void.0.;">(.*?)<\/a>/', //updated 2016-07-14 for residential
'~<h3 class="m-results-business--name" itemprop="name">.*?<a href=".*?">(.+?)</a>.*?</h3>~s', // added 2014-07-11 for business
);

Expand Down

0 comments on commit 27e9d43

Please sign in to comment.