private function returning 1 if item data needs save $Id$
0001 function res = pr_needs_save(I) 0002 % private function returning 1 if item data needs save 0003 % 0004 % $Id$ 0005 0006 res = ~pr_isempty(I) & I.has_changed & I.save_if_changed;