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

dries’s picture

Status: Active » Fixed

This has been taken care of.

Anonymous’s picture

Status: Fixed » Closed (fixed)