didou Thu Jan 15 07:43:30 2004 EDT
Modified files:
/phpdoc/en/reference/swf/functions swf-closefile.xml
Log:
CS : Function declarations follow the 'one true brace' convention
Index: phpdoc/en/reference/swf/functions/swf-closefile.xml
diff -u phpdoc/en/reference/swf/functions/swf-closefile.xml:1.3
phpdoc/en/reference/swf/functions/swf-closefile.xml:1.4
--- phpdoc/en/reference/swf/functions/swf-closefile.xml:1.3 Mon Dec 15 11:53:52
2003
+++ phpdoc/en/reference/swf/functions/swf-closefile.xml Thu Jan 15 07:43:30 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/swf.xml, last change in rev 1.8 -->
<refentry id="function.swf-closefile">
<refnamediv>
@@ -67,7 +67,8 @@
// void swf_savedata(string data)
// Save the generated file a database
// for later retrieval
-function swf_savedata($data) {
+function swf_savedata($data)
+{
global $DBHOST,
$DBUSER,
$DBPASS;