Changeset 241 for trunk/includes/global_function.php
- Timestamp:
- Jul 3, 2009, 1:49:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global_function.php
r240 r241 274 274 $new = str_replace("�", "", $new); 275 275 276 if (($old == 'null') or ($old == 'NULL')) $old = ''; 277 if (($new == 'null') or ($new == 'NULL')) $new = ''; 278 279 276 280 if(($old <> $new) and ($GroupItem['Column'] <> 'Comment')) 277 281 {
Note:
See TracChangeset
for help on using the changeset viewer.