Changeset 2596 for modules/branches/2.2/ringgroups
- Timestamp:
- 09/24/06 16:00:56 (7 years ago)
- Files:
-
- modules/branches/2.2/ringgroups/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/ringgroups/functions.inc.php
r2188 r2596 72 72 // Set Alert_Info 73 73 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))); 75 75 } 76 76
