- Timestamp:
- 10/31/06 09:01:08 (14 years ago)
- Location:
- dev/common
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/admin_cc.php
r14 r43 235 235 } 236 236 237 if ($c < 10)237 if ($c < 30) 238 238 { 239 239 $html .= "<form id=add_target name=add_target method=post action=?a=admin_cc&ctr_id=" . $_GET['ctr_id'] . "&op=edit&type=" . $_GET['type'] . ">"; -
dev/common/class.contract.php
r2 r43 183 183 function getContractTarget() 184 184 { 185 if ( $this->contractpointer_ > 10 )185 if ( $this->contractpointer_ > 30 ) 186 186 return null; 187 187