Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gredu_labs
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
gredu_labs
Commits
f64188c4
Commit
f64188c4
authored
8 years ago
by
Σταύρος Παπαδάκης
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing columns
parent
168980cb
No related branches found
Branches containing commit
Tags
v0.7.9.5
Tags containing commit
1 merge request
!32
Fix missing columns
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
module/csv_export/bootstrap.php
+5
-5
5 additions, 5 deletions
module/csv_export/bootstrap.php
with
5 additions
and
5 deletions
module/csv_export/bootstrap.php
+
5
−
5
View file @
f64188c4
...
...
@@ -161,9 +161,9 @@ return function (App $app) {
'Σχολείο που υπηρετεί'
,
'Τηλέφωνο Σχολείου'
,
'Σχόλια/Παρατηρήσεις'
,
'Σχετική δράση που συμμετείχε'
,
'URL δράσης που συμμετείχε'
,
'Περιγραφή
δράσης που συμμετείχε
'
,
//
'Σχετική δράση που συμμετείχε',
//
'URL δράσης που συμμετείχε',
'Περιγραφή
(ακολουθούν ανά στήλη)
'
,
'Έργο 1'
,
'Έργο 2'
,
'Έργο 3'
,
...
...
@@ -255,8 +255,8 @@ return function (App $app) {
.
'`volunteerteachers`.`school`, '
.
'`volunteerteachers`.`schooltelef`, '
.
'`volunteerteachers`.`comments`, '
.
'`volunteerteachers`.`projecttitle`, '
.
'`volunteerteachers`.`projecturl`, '
//
. '`volunteerteachers`.`projecttitle`, '
//
. '`volunteerteachers`.`projecturl`, '
.
'`volunteerteachers`.`projectdescription` '
.
' FROM `volunteerteachers` JOIN `branch` ON (`volunteerteachers`.`eidikothta` = `branch`.`id`) '
// . ' FROM `volunteerteachers` '
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment