Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
a477faed
Commit
a477faed
authored
Apr 26, 2018
by
Carsten Rose
Browse files
Change Author notice on CRs PHP files from RO to CR.
parent
5df0128a
Changes
6
Hide whitespace changes
Inline
Side-by-side
extension/ext_emconf.php
View file @
a477faed
<?php
/**
* @author
Rafael Ostertag <rafael.ostertag
@math.uzh.ch>
* @author
Carsten Rose <carsten.rose
@math.uzh.ch>
*/
$EM_CONF
[
$_EXTKEY
]
=
array
(
'title'
=>
'QFQ Extension'
,
...
...
extension/ext_tables.php
View file @
a477faed
<?php
/**
* @author
Rafael Ostertag <rafael.ostertag
@math.uzh.ch>
* @author
Carsten Rose <carsten.rose
@math.uzh.ch>
*/
if
(
!
defined
(
'TYPO3_MODE'
))
{
...
...
extension/qfq/tests/phpunit/AbstractDatabaseTest.php
View file @
a477faed
<?php
/**
* @author
Rafael Ostertag <rafael.ostertag
@math.uzh.ch>
* @author
Carsten Rose <carsten.rose
@math.uzh.ch>
*/
//namespace qfq;
...
...
extension/qfq/tests/phpunit/BuildFormPlainTest.php
View file @
a477faed
<?php
/**
* @author
Rafael Ostertag <rafael.ostertag
@math.uzh.ch>
* @author
Carsten Rose <carsten.rose
@math.uzh.ch>
*/
require_once
(
__DIR__
.
'/AbstractDatabaseTest.php'
);
...
...
extension/qfq/tests/phpunit/DatabaseTest.php
View file @
a477faed
<?php
/**
* @author
Rafael Ostertag <rafael.ostertag
@math.uzh.ch>
* @author
Carsten Rose <carsten.rose
@math.uzh.ch>
*/
require_once
(
__DIR__
.
'/AbstractDatabaseTest.php'
);
...
...
extension/qfq/tests/phpunit/KeyValueStringParserTest.php
View file @
a477faed
<?php
/**
* @author
Rafael Ostertag <rafael.ostertag
@math.uzh.ch>
* @author
Carsten Rose <carsten.rose
@math.uzh.ch>
*/
namespace
qfq
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment