diff options
author | Popa Adrian Marius <mapopa@reea.net> | 2014-04-10 17:42:32 +0300 |
---|---|---|
committer | Popa Adrian Marius <mapopa@reea.net> | 2014-04-10 17:42:32 +0300 |
commit | 1c3ed86211c25eb8f11330b5214d4e03672115ab (patch) | |
tree | 24a437df34b389d2a68027fef882c1287e78c9d1 /ext/interbase/php_ibase_udf.c | |
parent | 9540ced221a2a31ea534f8e284e344b2a238d85f (diff) | |
download | php-git-1c3ed86211c25eb8f11330b5214d4e03672115ab.tar.gz |
Cleanup $ is not needed for git
Diffstat (limited to 'ext/interbase/php_ibase_udf.c')
-rw-r--r-- | ext/interbase/php_ibase_udf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/interbase/php_ibase_udf.c b/ext/interbase/php_ibase_udf.c index 497a862449..e96b734291 100644 --- a/ext/interbase/php_ibase_udf.c +++ b/ext/interbase/php_ibase_udf.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /** * This UDF library adds the ability to call PHP functions from SQL * statements. Because of SQL's strong typing, you will have to declare |