@@ -364,10 +364,10 @@ |
||
364 | 364 | ); |
365 | 365 | while ($resArray = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($result)) { |
366 | 366 | if ($resArray['COLUMN_NAME'] == 'document_format') { |
367 | - return false; |
|
367 | + return FALSE; |
|
368 | 368 | } |
369 | 369 | } |
370 | - return true; |
|
370 | + return TRUE; |
|
371 | 371 | } |
372 | 372 | |
373 | 373 | protected function updateDocumentAddFormat() { |