Code cleanup, no functional changes
This commit is contained in:
@@ -54,7 +54,7 @@ abstract class Process
|
||||
// Look for a space
|
||||
$space = strrpos($subtext,' ');
|
||||
|
||||
if ($space == FALSE)
|
||||
if ($space === FALSE)
|
||||
$space = strlen($subtext);
|
||||
else
|
||||
$subtext = substr($text,$offset,$space);
|
||||
|
Reference in New Issue
Block a user