Changeset 4658

Show
Ignore:
Timestamp:
11/06/07 14:57:09 (13 months ago)
Author:
inureyes
Message:

#711

  • bugfix for [4655]
  • modified maxid reference error.
  • version number is updated for automatic checkup.
Location:
trunk/lib
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/config.php

    r4655 r4658  
    66// Define basic signatures. 
    77define('TEXTCUBE_NAME', 'Textcube'); 
    8 define('TEXTCUBE_VERSION', '1.6 Alpha 4'); 
     8define('TEXTCUBE_VERSION', '1.6 Alpha 4a1'); 
    99define('TEXTCUBE_COPYRIGHT', 'Copyright © 2004-2007. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 
    1010define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/'); 
  • trunk/lib/model/blog.comment.php

    r4655 r4658  
    382382        $id = $insertId; 
    383383        if ($parent != 'null' && $comment['secret'] < 1) { 
    384             $insertId = getCommentsNotifiedQueueMaxId(); 
     384            $insertId = getCommentsNotifiedQueueMaxId() + 1; 
    385385            DBQuery::execute(" 
    386386                INSERT INTO