Development

Changeset 5385

You must first sign up to be able to contribute.

Changeset 5385

Show
Ignore:
Timestamp:
10/05/07 22:59:54 (6 years ago)
Author:
dwhittle
Message:

dwhittle: fixed typo in swf chart helper, closed bug #2344

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfSwfChartPlugin/lib/helper/SwfChartHelper.php

    r3145 r5385  
    2828    return '<object type="application/x-shockwave-flash" data="'.$movie.'" width="'.$width.'" height="'.$height.'" id="chart"> 
    2929             <param name="movie" value="'.$movie.'" /> 
    30              <param name="quality value="high" /> 
     30             <param name="quality" value="high" /> 
    3131             <param name="bgcolor" value="'.$bg_color.'" />' 
    3232             . $transparent_html. 
  • plugins/sfSwfChartPlugin/package.xml

    r3394 r5385  
    1111  <active>yes</active> 
    1212 </lead> 
    13  <date>2007-02-01</date> 
    14  <time>13:22:51</time> 
     13 <date>2007-10-05</date> 
    1514 <version> 
    16   <release>1.0.3</release> 
    17   <api>1.0.2</api> 
     15  <release>1.0.4</release> 
     16  <api>1.0.4</api> 
    1817 </version> 
    1918 <stability>