]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
last commit part 2
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 1 Jun 2012 18:28:30 +0000 (13:28 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 1 Jun 2012 18:28:30 +0000 (13:28 -0500)
src/switch_core_sqldb.c

index eea6a4372d651818d907a2cb567c1c55248f6b66..50ba871e7bdeadc3e0d810fc23a7c7404824866b 100644 (file)
@@ -1193,7 +1193,7 @@ static char *parse_presence_data_cols(switch_event_t *event)
        for (i = 0; i < col_count; i++) {
                const char *val = NULL;
 
-               switch_snprintfv(col_name, sizeof(col_name), "variable_%q", cols[i]);
+               switch_snprintfv(col_name, sizeof(col_name), "PD-%q", cols[i]);
                val = switch_event_get_header_nil(event, col_name);
                if (zstr(val)) {
                        stream.write_function(&stream, "%q=NULL,", cols[i]);