Changeset 688
- Timestamp:
- Jan 2, 2014, 2:15:44 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Import/Import.php
r684 r688 281 281 $old = str_replace('$b', '', $old); 282 282 283 while ($part = substr($old, strpos($old, '<'), strpos($old, '>')-strpos($old, '<'))) 283 if ($this->Group['Id'] == 1) 284 while ($part = substr($old, strpos($old, '<'), strpos($old, '>')-strpos($old, '<'))) 284 285 if ($part <> '') { 285 286 $old = str_replace($part.'>', '', $old); … … 306 307 $new = str_replace('$b', '', $new); 307 308 308 while ($part = substr($new, strpos($new, '<'), strpos($new, '>')-strpos($new, '<'))) 309 if ($this->Group['Id'] == 1) 310 while ($part = substr($new, strpos($new, '<'), strpos($new, '>')-strpos($new, '<'))) 309 311 if ($part <> '') { 310 312 $new = str_replace($part.'>', '', $new); -
trunk/includes/Version.php
r687 r688 6 6 // and system will need database update. 7 7 8 $Revision = 68 7; // Subversion revision8 $Revision = 688; // Subversion revision 9 9 $DatabaseRevision = 678; // Database structure revision 10 10 $ReleaseTime = '2014-01-02';
Note:
See TracChangeset
for help on using the changeset viewer.