Changeset 14474


Ignore:
Timestamp:
03/07/12 23:50:06 (12 years ago)
Author:
gost
Message:

[titan] WebIf -> search epg - Month and Day

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/httpdfunc.h

    r14473 r14474  
    13191319                                loctime = olocaltime(&epgnode->starttime);
    13201320                                if(loctime != NULL)
    1321                                         strftime(buf1, MINMALLOC, "%H:%M -", loctime);
     1321                                        strftime(buf1, MINMALLOC, "%d.%m _ %H:%M __ ", loctime);
     1322                                        //strftime(buf1, MINMALLOC, "%H:%M -", loctime);
    13221323                                free(loctime); loctime = NULL;
    1323                                 loctime = olocaltime(&epgnode->endtime);
    1324                                 if(loctime != NULL)
    1325                                         strftime(&buf1[7], MINMALLOC - 8, " %H:%M ", loctime);
    1326                                 free(loctime); loctime = NULL;
     1324                                //loctime = olocaltime(&epgnode->endtime);
     1325                                //if(loctime != NULL)
     1326                                //      strftime(&buf1[7], MINMALLOC - 8, " %H:%M ", loctime);
     1327                                //free(loctime); loctime = NULL;
    13271328                                ostrcatbig(&buf, buf1, &maxlen, &pos);
    13281329                                ostrcatbig(&buf, " ", &maxlen, &pos);
Note: See TracChangeset for help on using the changeset viewer.