add driver param to output queue so we know what protocol to use when faced with multiple choice

This commit is contained in:
friendica
2013-05-06 03:55:58 -07:00
parent dc028ce8ba
commit 027f932ff5
3 changed files with 12 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ require_once('include/features.php');
define ( 'RED_PLATFORM', 'Red' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1041 );
define ( 'DB_UPDATE_VERSION', 1042 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );