예제 #1
0
파일: index.php 프로젝트: Symbiota/Symbiota
    $isEditor = 1;
}
//If collection is a general observation project, limit to User
if ($collMap['colltype'] == 'General Observations' && $obsUid !== 0) {
    $obsUid = $symbUid;
    $cleanManager->setObsUid($obsUid);
}
if ($action == 'listdupscatalog') {
    $limit = 500;
}
$dupArr = array();
if ($action == 'listdupscatalog') {
    $dupArr = $cleanManager->getDuplicateCatalogNumber($start, $limit);
    $function = $action;
} elseif ($action == 'listdupsrecordedby') {
    $dupArr = $cleanManager->getDuplicateCollectorNumber($start);
    $function = $action;
}
?>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=<?php 
echo $charset;
?>
">
	<title><?php 
echo $defaultTitle;
?>
 Occurrence Cleaner</title>
	<link href="../../css/base.css?<?php 
echo $CSS_VERSION;