Hello,
Not sure if I post this issue in the right way.
I often have some bugs in few pages, here is an example :
link : http://drupaldocs.org/api/php/function/fbsql_list_fields
What I see :
warning: array_key_exists(): The second argument should be either an array or an object in /home/www/drupaldocs.org/modules/api/api.module on line 737.
warning: array_key_exists(): The second argument should be either an array or an object in /home/www/drupaldocs.org/modules/api/api.module on line 740.
warning: array_key_exists(): The second argument should be either an array or an object in /home/www/drupaldocs.org/modules/api/api.module on line 737.
warning: array_key_exists(): The second argument should be either an array or an object in /home/www/drupaldocs.org/modules/api/api.module on line 740.
http://cvs.php.net/co.php/phpdoc/funcsummary.txt, line 0
Description
<?php
resource fbsql_list_fields(string database_name, string table_name [, resource link_identifier])
?>
Retrieve a list of all fields for the specified database.table
I found this error in different pages
Bertrand
Comments
Comment #1
dries commentedThis has been taken care of.
Comment #2
(not verified) commented