Changeset 126
- Timestamp:
- 03/05/08 19:50:40 (9 months ago)
- Files:
-
- trunk/Phergie/Plugin/Logging.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Phergie/Plugin/Logging.php
r114 r126 589 589 sprintf( 590 590 '%s: %s was last seen %s: %s (on %s)', 591 $ source,591 $target, 592 592 $user, 593 593 $this->actions[$row['type']], … … 729 729 730 730 // Return with a message including the prediction 731 $message = $ user . ' is most likely to be online ';731 $message = $target . ': ' . $user . ' is most likely to be online '; 732 732 if ($prediction == 0) { 733 733 $message .= 'now!';