Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
t3o_membership
Commits
374cac61
Commit
374cac61
authored
Oct 29, 2015
by
Stefan Busemann
Browse files
[TASK] update import mapping
parent
4578b749
Changes
3
Hide whitespace changes
Inline
Side-by-side
Classes/Task/ImportMembersTask.php
View file @
374cac61
...
...
@@ -63,7 +63,9 @@ class Tx_T3oMembership_Task_ImportMembersTask extends tx_scheduler_Task {
'membership'
=>
$this
->
getMembershipUid
(
$fields
[
12
]),
'pid'
=>
$this
->
getMembershipStoragePid
(),
'crdate'
=>
time
(),
'tstamp'
=>
time
()
'tstamp'
=>
time
(),
'email'
=>
$fields
[
84
],
'url'
=>
$fields
[
80
]
);
$resource
=
$this
->
getDatabaseConnection
()
->
exec_INSERTquery
(
...
...
@@ -126,4 +128,4 @@ class Tx_T3oMembership_Task_ImportMembersTask extends tx_scheduler_Task {
protected
function
getDatabaseConnection
()
{
return
$GLOBALS
[
'TYPO3_DB'
];
}
}
\ No newline at end of file
}
doc/manual.sxw
View file @
374cac61
No preview for this file type
ext_emconf.php
View file @
374cac61
...
...
@@ -27,7 +27,7 @@ $EM_CONF[$_EXTKEY] = array(
'modify_tables'
=>
''
,
'clearCacheOnLoad'
=>
0
,
'lockType'
=>
''
,
'version'
=>
'1.
0.1
'
,
'version'
=>
'1.
1.0-dev
'
,
'constraints'
=>
array
(
'depends'
=>
array
(
),
...
...
@@ -38,4 +38,4 @@ $EM_CONF[$_EXTKEY] = array(
),
);
?>
\ No newline at end of file
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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