Development

Changeset 5847

You must first sign up to be able to contribute.

Changeset 5847

Show
Ignore:
Timestamp:
11/04/07 16:40:57 (1 year ago)
Author:
fabien
Message:

fixed typo in JavascriptHelper?.php (closes #2464)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/helper/JavascriptHelper.php

    r4754 r5847  
    901901    if (isset ($options['with'])) 
    902902    { 
    903       $js_options['callback'] = "function(element, value) { return".$options['with']."}"; 
     903      $js_options['callback'] = "function(element, value) { return ".$options['with']."}"; 
    904904    } 
    905905    if (isset($options['indicator']))