Show
Ignore:
Timestamp:
09/24/06 16:00:56 (7 years ago)
Author:
webrainstorm
Message:

Fix for #1142 (Alert-Info and ';') - ringgroups module

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/ringgroups/functions.inc.php

    r2188 r2596  
    7272          // Set Alert_Info 
    7373          if ($alertinfo != '') { 
    74             $ext->add($contextname, $grpnum, '', new ext_setvar('_ALERT_INFO',$alertinfo)); 
     74            $ext->add($contextname, $grpnum, '', new ext_setvar('_ALERT_INFO', str_replace(';', '\;', $alertinfo))); 
    7575          } 
    7676