duplicate birthday events showing up
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php /** @file */
|
||||
|
||||
function notes_init(&$a) {
|
||||
|
||||
if(! local_user())
|
||||
return;
|
||||
logger('mod_notes: ' . print_r($_REQUEST,true));
|
||||
|
||||
$ret = array('success' => true);
|
||||
if($_REQUEST['note_text'] || $_REQUEST['note_text'] == '') {
|
||||
@@ -18,7 +18,7 @@ function notes_init(&$a) {
|
||||
build_sync_packet();
|
||||
}
|
||||
|
||||
logger('notes saved.');
|
||||
logger('notes saved.', LOGGER_DEBUG);
|
||||
json_return_and_die($ret);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user