diff --git a/inc/classEditor.php b/inc/classEditor.php index e6effc05..54572ff2 100644 --- a/inc/classEditor.php +++ b/inc/classEditor.php @@ -222,6 +222,10 @@ class Editor return $is_update; } + function IsCreate() { + return ! $this->IsUpdate(); + } + function SetWhere( $where_clause ) { $this->Where = $where_clause; }