Home
last modified time | relevance | path

Searched defs:note (Results 1 – 5 of 5) sorted by relevance

/web-master/entry/
H A Dsvn-account.php74 $note = hsc($note); variable
H A Duser-note.php26 $note = filter_input(INPUT_POST, "note", FILTER_UNSAFE_RAW); variable
/web-master/scripts/
H A Dupdate-user-notes81 $note = gzuncompress(base64_decode($note)) or die ("$id failed\n"); variable
/web-master/
H A Dusers.sql58 note text, field
/web-master/manage/
H A Duser-notes.php577 $note = (isset($_POST['note']) ? $_POST['note'] : null); variable
603 $note = isset($note) ? $note : $row['note']; variable

Completed in 13 milliseconds