Ignore:
Timestamp:
12/26/07 17:44:08 (4 years ago)
Author:
bogdanpasoi@…
Message:

Inline diff functionality.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/controllers/textblock.php

    r877 r878  
    9191    log_assert_valid(textblock_validate($revto)); 
    9292 
    93     $diff_title = string_diff(array($revfrom['title'], $revto['title'])); 
    94     $diff_content = string_diff(array($revfrom['text'], $revto['text'])); 
     93    $diff_title = diff_inline(array($revfrom['title'], $revto['title'])); 
     94    $diff_content = diff_inline(array($revfrom['text'], $revto['text'])); 
    9595 
    9696    $view = array(); 
Note: See TracChangeset for help on using the changeset viewer.