mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
poco should now be spec compliant
This commit is contained in:
parent
abe96155b4
commit
ea0ab6fbac
4 changed files with 14 additions and 10 deletions
|
@ -165,17 +165,17 @@
|
|||
$this->r = $r;
|
||||
$this->search = array();
|
||||
$this->replace = array();
|
||||
|
||||
|
||||
$this->_build_replace($r, "");
|
||||
|
||||
#$s = str_replace(array("\n","\r"),array("§n§","§r§"),$s);
|
||||
$s = $this->_build_nodes($s);
|
||||
|
||||
$s = preg_replace_callback('/\|\|([0-9]+)\|\|/', array($this, "_replcb_node"), $s);
|
||||
if ($s==Null) $this->_preg_error();
|
||||
|
||||
// remove comments block
|
||||
$s = preg_replace('/{#[^#]*#}/', "" , $s);
|
||||
|
||||
// replace strings recursively (limit to 10 loops)
|
||||
$os = ""; $count=0;
|
||||
while($os!=$s && $count<10){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue