Skip to content
Snippets Groups Projects
Commit a477faed authored by Carsten  Rose's avatar Carsten Rose
Browse files

Change Author notice on CRs PHP files from RO to CR.

parent 5df0128a
No related branches found
No related tags found
No related merge requests found
<?php
/**
* @author Rafael Ostertag <rafael.ostertag@math.uzh.ch>
* @author Carsten Rose <carsten.rose@math.uzh.ch>
*/
$EM_CONF[$_EXTKEY] = array(
'title' => 'QFQ Extension',
......
<?php
/**
* @author Rafael Ostertag <rafael.ostertag@math.uzh.ch>
* @author Carsten Rose <carsten.rose@math.uzh.ch>
*/
if (!defined('TYPO3_MODE')) {
......
<?php
/**
* @author Rafael Ostertag <rafael.ostertag@math.uzh.ch>
* @author Carsten Rose <carsten.rose@math.uzh.ch>
*/
//namespace qfq;
......
<?php
/**
* @author Rafael Ostertag <rafael.ostertag@math.uzh.ch>
* @author Carsten Rose <carsten.rose@math.uzh.ch>
*/
require_once(__DIR__ . '/AbstractDatabaseTest.php');
......
<?php
/**
* @author Rafael Ostertag <rafael.ostertag@math.uzh.ch>
* @author Carsten Rose <carsten.rose@math.uzh.ch>
*/
require_once(__DIR__ . '/AbstractDatabaseTest.php');
......
<?php
/**
* @author Rafael Ostertag <rafael.ostertag@math.uzh.ch>
* @author Carsten Rose <carsten.rose@math.uzh.ch>
*/
namespace qfq;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment