Ignore:
Timestamp:
Sep 18, 2016, 6:39:52 PM (8 years ago)
Author:
chronos
Message:
  • Added: TinyMCE package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Database.php

    r791 r838  
    154154    }
    155155    $Values = substr($Values, 2);
     156    echo('UPDATE `'.$this->Prefix.$Table.'` SET '.$Values.' WHERE ('.$Condition.')');
    156157    $this->query('UPDATE `'.$this->Prefix.$Table.'` SET '.$Values.' WHERE ('.$Condition.')');
    157158  }
Note: See TracChangeset for help on using the changeset viewer.