projects
/
sitecorepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472d7ac
)
g.graduations -> p.graduations typo fix in export_mysql.main
author
W. Trevor King
<wking@drexel.edu>
Sat, 26 Jun 2010 21:43:27 +0000
(17:43 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 26 Jun 2010 21:43:27 +0000
(17:43 -0400)
sitecore/prof/export_mysql.py
patch
|
blob
|
history
diff --git
a/sitecore/prof/export_mysql.py
b/sitecore/prof/export_mysql.py
index 07721dd8c769a86a64ef811ff2e37798a19602e5..45664c9b3d749b5badcedbafc0d837bf23e5e096 100644
(file)
--- a/
sitecore/prof/export_mysql.py
+++ b/
sitecore/prof/export_mysql.py
@@
-167,7
+167,7
@@
Where the relevant categories are
p.graduations = []
print prof['degrees']
for degree in prof['degrees']:
-
g
.greaduations.append(
+
p
.greaduations.append(
Graduation(
college=None,
title=None,