Show
Ignore:
Timestamp:
10/03/08 18:43:43 (2 months ago)
Author:
rambo
Message:

forward port r17906

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/constants.php

    r17486 r17907  
    391391 
    392392/** 
     393 * DBA object import. This includes parameters & attachments. 
     394 */ 
     395define ('MIDCOM_OPERATION_DBA_IMPORT', 0x8); 
     396 
     397/** 
    393398 * All known DBA operations. 
    394399 */ 
    395 define ('MIDCOM_OPERATION_DBA_ALL', 0x7); 
     400define ('MIDCOM_OPERATION_DBA_ALL', 0xF); 
    396401 
    397402/**#@-*/