Changeset 17907 for trunk/midcom/midcom.core/constants.php
- Timestamp:
- 10/03/08 18:43:43 (2 months ago)
- Files:
-
- trunk/midcom/midcom.core/constants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/constants.php
r17486 r17907 391 391 392 392 /** 393 * DBA object import. This includes parameters & attachments. 394 */ 395 define ('MIDCOM_OPERATION_DBA_IMPORT', 0x8); 396 397 /** 393 398 * All known DBA operations. 394 399 */ 395 define ('MIDCOM_OPERATION_DBA_ALL', 0x 7);400 define ('MIDCOM_OPERATION_DBA_ALL', 0xF); 396 401 397 402 /**#@-*/
