https://bugzilla.wikimedia.org/show_bug.cgi?id=29390

--- Comment #1 from T. Gries <[email protected]> 2011-06-15 05:45:57 UTC ---
for debugging it may help to add dump() (javascript version of PHP print_r )
see
http://www.openjs.com/scripts/others/dump_function_php_print_r.php

in callback handler of apiRequest function

/**
 * Function : dump()
 * Arguments: The data - array,hash(associative array),object
 *    The level - OPTIONAL
 * Returns  : The textual representation of the array.
 * This function was inspired by the print_r function of PHP.
 * This will accept some data as the argument and return a
 * text that will be a more readable version of the
 * array/hash/object that is given.
 * Docs: http://www.openjs.com/scripts/others/dump_function_php_print_r.php
 */

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to