Dotclear


Ignore:
Timestamp:
11/30/09 19:14:55 (14 years ago)
Author:
Moe
Message:

Bloc-Notes 1.0.4:

  • fixed bug with PostgreSQL (closes #230)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/blocNotes/inc/lib.blocNotes.php

    r1604 r1925  
    3838               $set = $core->blog->settings; 
    3939                
    40                $notes = $core->con->select('SELECT blocNotes '. 
     40               $notes = $core->con->select('SELECT bloc_notes '. 
    4141                    'FROM '.$core->prefix.'user '. 
    4242                    'WHERE user_id = \''. 
     
    7171                    # Personal notebook 
    7272                    $cur = $core->con->openCursor($core->prefix.'user'); 
    73                     $cur->blocNotes = $_POST['blocNotes_personal_text']; 
     73                    $cur->bloc_notes = $_POST['blocNotes_personal_text']; 
    7474                    $cur->update('WHERE user_id = \''.$core->con->escape($core->auth->userID()).'\''); 
    7575                     
Note: See TracChangeset for help on using the changeset viewer.

Sites map