Changeset 1925 for plugins/blocNotes/inc/lib.blocNotes.php
- Timestamp:
- 11/30/09 19:14:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blocNotes/inc/lib.blocNotes.php
r1604 r1925 38 38 $set = $core->blog->settings; 39 39 40 $notes = $core->con->select('SELECT bloc Notes '.40 $notes = $core->con->select('SELECT bloc_notes '. 41 41 'FROM '.$core->prefix.'user '. 42 42 'WHERE user_id = \''. … … 71 71 # Personal notebook 72 72 $cur = $core->con->openCursor($core->prefix.'user'); 73 $cur->bloc Notes = $_POST['blocNotes_personal_text'];73 $cur->bloc_notes = $_POST['blocNotes_personal_text']; 74 74 $cur->update('WHERE user_id = \''.$core->con->escape($core->auth->userID()).'\''); 75 75
Note: See TracChangeset
for help on using the changeset viewer.