Changeset 95

Show
Ignore:
Timestamp:
04/13/07 22:41:39 (2 years ago)
Author:
diego
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contenttoolbar/KNOWN_BUGS

    r94 r95  
    1515  In 'units/weblogs/weblogs_text_process.php' check that: 
    1616 
    17     if($run_result = run("video:text:process",$run_result)){ 
     17    if($run_result = run("video:text:process",$run_result)!=null){ 
    1818        $run_result = run("video:text:process",$run_result); 
    1919    }