summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f50ef17)
raw | patch | inline | side by side (parent: f50ef17)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Nov 2006 10:13:17 +0000 (10:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Nov 2006 10:13:17 +0000 (10:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5189 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_CopyPasteHandler.inc | patch | blob | history |
index 481241092c234cf20d1a9d2ae3cde5b94e437ed9..334bd988dc6e3c55e51552274d5b63439a1b3155 100644 (file)
if($this->cutCurrent){
if(isset($_POST['PerformCopyPaste'])){
- $this->current->save();
- $this->dialogOpen =false;
- $this->Clear();
+ $msgs = $this->check();
+ if(count ($msgs) ){
+ foreach( $msgs as $msg){
+ print_red($msg);
+ }
+ }else{
+ $this->current->save();
+ $this->dialogOpen =false;
+ $this->Clear();
+ }
}
if($this->current){
$smarty = get_smarty();