An example:

  drupal_add_js(array('testcase' => array(1 => 'first')), 'setting');
  drupal_add_js(array('testcase' => array(711 => 'sevenhundredandeleventyfirst')), 'setting');

Expected output:

testcase":{"1":"first","711":"sevenhundredandeleventyfirst"}

Actual output:

testcase":{"1":"first","2":"sevenhundredandeleventyfirst"}

Comments

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.