From dbc2a947b151bf0f939473c16d65f74a6012958b Mon Sep 17 00:00:00 2001 From: David Date: Mon, 23 May 2011 22:18:00 +0000 Subject: daivd - woops, missed a function --- php/phpgats.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php/phpgats.php') 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 ) return phpgats_pM( $str_data, $offset ); } -} //defined("phpgats_defined"); - /** * Call this function to generate a binary gats stream from the given phpgats_Element object * @param $elem (phpgats_Element) the gats element object from which to generate a binary blob @@ -767,6 +765,8 @@ function phpgats_writeGats( $elem ) return $str_out; } +} //defined("phpgats_defined"); + /* $l = new phpgats_List(); $l->append( new phpgats_Float( 123000000000.0 ) ); -- cgit v1.2.3