Changeset 878 for trunk/www/controllers/textblock.php
- Timestamp:
- 12/26/07 17:44:08 (4 years ago)
- File:
-
- 1 edited
-
trunk/www/controllers/textblock.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/controllers/textblock.php
r877 r878 91 91 log_assert_valid(textblock_validate($revto)); 92 92 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'])); 95 95 96 96 $view = array();
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)