Skip to content

Commit

Permalink
Removed some code that had not function and produced a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed Dec 6, 2005
1 parent 05348f1 commit f9212cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions message/send.php
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 f9212cb

Please sign in to comment.