phpBMS

Changeset 676 for trunk

Show
Ignore:
Timestamp:
12/14/09 13:42:15 (2 years ago)
Author:
brieb
Message:
  • fixed deleteing notes issue... notes uuid was not properly passed when checking for deletion
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/base/include/notes.php

    r674 r676  
    4646        var $dayOfWeekArray = array(); 
    4747 
    48  
    49         function notes($db,$tabledefid = 0,$backurl = NULL){ 
     48        function notes($db, $tabledefid = 0, $backurl = NULL){ 
    5049 
    5150                $this->dayOfWeekArray[nl_langinfo(constant("DAY_1"))] = 7; 
     
    10731072                        if ($this->db->numRows($repeatqueryresult)){ 
    10741073 
    1075                                 $thetable = new notes($this->db,12); 
     1074                                $thetable = new notes($this->db, "tbld:a4cdd991-cf0a-916f-1240-49428ea1bdd1"); 
    10761075 
    10771076                                $repeatArray=array(); 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.