constant ARCHIVE_TAR_ATT_SEPARATOR in Drupal 7
1 use of ARCHIVE_TAR_ATT_SEPARATOR
- Archive_Tar::setAttribute in modules/system/ system.tar.inc 
- This method set specific attributes of the archive. It uses a variable list of parameters, in the format attribute code + attribute values : $arch->setAttribute(ARCHIVE_TAR_ATT_SEPARATOR, ',');
File
- modules/system/ system.tar.inc, line 69 
Code
define('ARCHIVE_TAR_ATT_SEPARATOR', 90001);