Changeset 6532
- Timestamp:
- 08/07/08 16:11:47 (4 months ago)
- Files:
-
- 2 modified
-
branches/1.7/plugins/CL_Moblog/index.php (modified) (3 diffs)
-
trunk/plugins/CL_Moblog/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7/plugins/CL_Moblog/index.php
r6379 r6532 1 1 <? 2 2 requireComponent( "Needlworks.Mail.Pop3" ); 3 requireModel( "common.setting" ); 3 4 4 5 class Moblog … … 180 181 function extractTags( & $mail ) 181 182 { 182 $p = '/{([^} ]*)}/';183 $p = '/{([^}:;]*)}/'; 183 184 $tags = array(); 184 185 if( preg_match( $p, $mail['text'], $m ) ) { … … 356 357 { 357 358 global $blogURL; 358 requireModel("common.setting");359 359 if( Acl::check('group.administrators') && $_SERVER['REQUEST_METHOD'] == 'POST' ) { 360 360 setBlogSetting( 'MmsPop3Email', $_POST['pop3email'] ); -
trunk/plugins/CL_Moblog/index.php
r6380 r6532 1 1 <? 2 2 requireComponent( "Needlworks.Mail.Pop3" ); 3 requireModel( "common.setting" ); 3 4 4 5 class Moblog … … 180 181 function extractTags( & $mail ) 181 182 { 182 $p = '/{([^} ]*)}/';183 $p = '/{([^}:;]*)}/'; 183 184 $tags = array(); 184 185 if( preg_match( $p, $mail['text'], $m ) ) { … … 356 357 { 357 358 global $blogURL; 358 requireModel("common.setting");359 359 if( Acl::check('group.administrators') && $_SERVER['REQUEST_METHOD'] == 'POST' ) { 360 360 setBlogSetting( 'MmsPop3Email', $_POST['pop3email'] );
