PM 356 "The description of process events..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2014-10-20 17:19:09 -04:00
parent e89f7afa07
commit 6c3a5e872f
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ class Event extends BaseEvent
}
if (isset($aData["EVN_DESCRIPTION"])) {
$aData["EVN_DESCRIPTION"] = str_replace("AMP", "&", $aData["EVN_DESCRIPTION"]);
$aData["EVN_DESCRIPTION"] = str_replace("__AMP__", "&", $aData["EVN_DESCRIPTION"]);
}
$oConnection = Propel::getConnection( EventPeer::DATABASE_NAME );