Changeset 4658
- Timestamp:
- 11/06/07 14:57:09 (13 months ago)
- Location:
- trunk/lib
- Files:
-
- 2 modified
-
config.php (modified) (1 diff)
-
model/blog.comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/config.php
r4655 r4658 6 6 // Define basic signatures. 7 7 define('TEXTCUBE_NAME', 'Textcube'); 8 define('TEXTCUBE_VERSION', '1.6 Alpha 4 ');8 define('TEXTCUBE_VERSION', '1.6 Alpha 4a1'); 9 9 define('TEXTCUBE_COPYRIGHT', 'Copyright © 2004-2007. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 10 10 define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/'); -
trunk/lib/model/blog.comment.php
r4655 r4658 382 382 $id = $insertId; 383 383 if ($parent != 'null' && $comment['secret'] < 1) { 384 $insertId = getCommentsNotifiedQueueMaxId() ;384 $insertId = getCommentsNotifiedQueueMaxId() + 1; 385 385 DBQuery::execute(" 386 386 INSERT INTO
