Changeset 3189 for trunk/gui/tools/webmail/plugins/preview_pane/source_files/read_body.php-squirrelmail-1.5.1
- Timestamp:
- 08/11/10 12:34:46 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/tools/webmail/plugins/preview_pane/source_files/read_body.php-squirrelmail-1.5.1
r1638 r3189 150 150 // This merely comes from compose.php and only happens when there is no 151 151 // email_addr specified in user's identity (which is the startup config) 152 if (ereg("^([^@%/]+)[@%/](.+)$", $username, $usernamedata)) { 152 /* @author ispCP PHP5.3 Compatibility Change */ 153 if (preg_match("/^([^@%\/]+)[@%\/](.+)$/", $username, $usernamedata)) { 153 154 $popuser = $usernamedata[1]; 154 155 $domain = $usernamedata[2];
Note: See TracChangeset
for help on using the changeset viewer.
