Example #1
0
 function duplicateAll($nc, $preserveUserID = false)
 {
     $db = Loader::db();
     $nc2 = $this->duplicate($nc);
     Page::_duplicateAll($this, $nc2, $preserveUserID);
     return $nc2;
 }