HomeHelpTrac

Changeset 8652 for trunk/periodic


Ignore:
Timestamp:
01/20/09 05:17:52 (3 years ago)
Author:
Alexander Ermashev
Message:

List of changes

  • Correct the per_page_step condition into "inc/classes/BxDolPaginate.php";
  • Set up the per page step into "templates/scripts/classes/BxBaseBrowse.php";
  • Change the greet.php (add the code that send message also into member's site personal mailbox );
  • Fix member's actions window size into mailbox ;
  • add new sql query into "periodic/cmd.php" that will delete all trashed messages ;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/periodic/cmd.php

    r8629 r8652  
    5252    $iDbCleanAlert = getParam('dbCleanAlert'); 
    5353 
     54    // clear from `messages` 
     55    db_res("DELETE FROM `Messages` WHERE FIND_IN_SET('sender', `Trash`) AND FIND_IN_SET('recipient', `Trash`)"); 
     56 
    5457    // profile_delete 
    5558    if ( $db_clean_profiles > 0) 
Note: See TracChangeset for help on using the changeset viewer.