[geeklog-cvs] geeklog-1.3/system lib-comment.php,NONE,1.1

vinny at iowaoutdoors.org vinny at iowaoutdoors.org
Fri Jan 21 18:31:47 EST 2005


Update of /var/cvs/geeklog-1.3/system
In directory www:/tmp/cvs-serv921/system

Added Files:
lib-comment.php
Log Message:
Moved comment functions into lib-comment.php.


--- NEW FILE: lib-comment.php ---
<?php

/* Reminder: always indent with 4 spaces (no tabs). */
// +---------------------------------------------------------------------------+
// | Geeklog 1.3 |
// +---------------------------------------------------------------------------+
// | lib-comment.php |
// | |
// | Geeklog comment library. |
// +---------------------------------------------------------------------------+
// | Copyright (C) 2000-2005 by the following authors: |
// | |
// | Authors: Tony Bibbs - tony AT tonybibbs DOT com |
// | Mark Limburg - mlimburg AT users DOT sourceforge DOT net |
// | Jason Whittenburg - jwhitten AT securitygeeks DOT com |
// | Dirk Haun - dirk AT haun-online DOT de |
// | Vincent Furia - vinny01 AT users DOT sourceforge DOT net |
// +---------------------------------------------------------------------------+
// | |
[...1209 lines suppressed...]
}
$mailbody .= $comment . "\n\n";
}

$mailbody .= $LANG08[33] . ' <' . $_CONF['site_url']
. '/comment.php?mode=view&cid=' . $cid . ">\n\n";

$mailbody .= "\n------------------------------\n";
$mailbody .= "\n$LANG08[34]\n";
$mailbody .= "\n------------------------------\n";

$mailsubject = $_CONF['site_name'] . ' ' . $LANG03[27];

COM_mail ($_CONF['site_mail'], $mailsubject, $mailbody);
COM_updateSpeedlimit ('mail');

return COM_refresh ($_CONF['site_url'] . '/index.php?msg=27');
}

?>




More information about the geeklog-cvs mailing list