Development

Changeset 5848

You must first sign up to be able to contribute.

Changeset 5848

Show
Ignore:
Timestamp:
11/04/07 16:41:04 (2 years ago)
Author:
fabien
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/plugins/sfCompat10Plugin/lib/helper/JavascriptHelper.php

    r4755 r5848  
    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'])) 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.