Changeset 16789 for trunk/midcom/midcom.helper.replicator/helpers.php
- Timestamp:
- 07/07/08 11:03:06 (5 months ago)
- Files:
-
- trunk/midcom/midcom.helper.replicator/helpers.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.replicator/helpers.php
r16787 r16789 73 73 { 74 74 //debug_push_class('function', __FUNCTION__); 75 if (!preg_match_all('%< .+?lang=.+?>%', $serialized, $matches))75 if (!preg_match_all('%<[^>]+?lang="[^"]+"[^>]+?>%', $serialized, $matches)) 76 76 { 77 77 // not ML or no extra languages present.
