diff options
author | David <david@xagasoft.com> | 2011-05-23 22:18:00 +0000 |
---|---|---|
committer | David <david@xagasoft.com> | 2011-05-23 22:18:00 +0000 |
commit | dbc2a947b151bf0f939473c16d65f74a6012958b (patch) | |
tree | 369aa4b98fed839858256f5dda5c17388a280f10 | |
parent | d892780456976257e42f342a9fbf8492710f97bf (diff) | |
download | libgats-dbc2a947b151bf0f939473c16d65f74a6012958b.tar.gz libgats-dbc2a947b151bf0f939473c16d65f74a6012958b.tar.bz2 libgats-dbc2a947b151bf0f939473c16d65f74a6012958b.tar.xz libgats-dbc2a947b151bf0f939473c16d65f74a6012958b.zip |
daivd - woops, missed a function
Diffstat (limited to '')
-rw-r--r-- | php/phpgats.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php/phpgats.php b/php/phpgats.php index d9108da..7bbd761 100644 --- a/php/phpgats.php +++ b/php/phpgats.php | |||
@@ -753,8 +753,6 @@ function phpgats_parseGats( $str_data ) | |||
753 | return phpgats_pM( $str_data, $offset ); | 753 | return phpgats_pM( $str_data, $offset ); |
754 | } | 754 | } |
755 | 755 | ||
756 | } //defined("phpgats_defined"); | ||
757 | |||
758 | /** | 756 | /** |
759 | * Call this function to generate a binary gats stream from the given phpgats_Element object | 757 | * Call this function to generate a binary gats stream from the given phpgats_Element object |
760 | * @param $elem (phpgats_Element) the gats element object from which to generate a binary blob | 758 | * @param $elem (phpgats_Element) the gats element object from which to generate a binary blob |
@@ -767,6 +765,8 @@ function phpgats_writeGats( $elem ) | |||
767 | return $str_out; | 765 | return $str_out; |
768 | } | 766 | } |
769 | 767 | ||
768 | } //defined("phpgats_defined"); | ||
769 | |||
770 | /* | 770 | /* |
771 | $l = new phpgats_List(); | 771 | $l = new phpgats_List(); |
772 | $l->append( new phpgats_Float( 123000000000.0 ) ); | 772 | $l->append( new phpgats_Float( 123000000000.0 ) ); |