Skip to content

Commit

Permalink
Just replacing some stray tabs with spaces for indentation in this file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepratt committed Apr 26, 2010
1 parent 51fd8fa commit 38f57b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions webservice/amf/testclient/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
$PAGE->requires->js('/lib/swfobject/swfobject.js', true);

$PAGE->requires->js_function_call('swfobject.embedSWF',
array($CFG->wwwroot.'/webservice/amf/testclient/AMFTester.swf', //movie
'moodletestclient', // div id
'100%', // width
'1000', // height
'9.0', // version
false,//no express install swf
$flashvars), //flash vars
true
);
array($CFG->wwwroot.'/webservice/amf/testclient/AMFTester.swf', //movie
'moodletestclient', // div id
'100%', // width
'1000', // height
'9.0', // version
false,//no express install swf
$flashvars), //flash vars
true
);

$PAGE->set_title('Test Client');
$PAGE->set_heading('Test Client');
Expand Down

0 comments on commit 38f57b6

Please sign in to comment.