Skip to content

Commit

Permalink
Removed some code that had not function and produced a warning. Merge…
Browse files Browse the repository at this point in the history
…d from STABLE
  • Loading branch information
gustav_delius committed Dec 7, 2005
1 parent 068be67 commit 9a609e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions message/send.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@
echo 'parent.messages.scroll(1,5000000);';
echo "\n-->\n</script>\n\n";

$date = usergetdate($message->timecreated);
$datestring = $date['year'].$date['mon'].$date['mday'];

add_to_log(SITEID, 'message', 'write', 'history.php?user1='.$user->id.'&amp;user2='.$USER->id.'#m'.$messageid, $user->id);
}

Expand Down

0 comments on commit 9a609e0

Please sign in to comment.