Show
Ignore:
Timestamp:
08/20/08 19:36:57 (5 months ago)
Author:
jmathis
Message:

add hour and minute for end time

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/include/views/graphs/graphODS/generateImages/generateODSImage.php

    r6205 r6212  
    254254                $rrd_time  = addslashes(date("Y\/m\/d G:i", $start)); 
    255255                $rrd_time = str_replace(":", "\:", $rrd_time); 
    256                 $rrd_time2 = addslashes(date("Y\/m\/d", $end)) ; 
     256                $rrd_time2 = addslashes(date("Y\/m\/d G:i", $end)) ; 
    257257                $rrd_time2 = str_replace(":", "\:", $rrd_time2); 
    258258                $command_line .= " COMMENT:\" From $rrd_time to $rrd_time2 \\c\" ";