Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90d07fa
)
MDL-21874 - phisics are physics :-P
author
Eloy Lafuente
<stronk7@moodle.org>
Mon, 22 Mar 2010 09:27:35 +0000
(09:27 +0000)
committer
Eloy Lafuente
<stronk7@moodle.org>
Mon, 22 Mar 2010 09:27:35 +0000
(09:27 +0000)
lib/ddl/sql_generator.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/ddl/sql_generator.php
b/lib/ddl/sql_generator.php
index
d919fa9
..
04fcdce
100644
(file)
--- a/
lib/ddl/sql_generator.php
+++ b/
lib/ddl/sql_generator.php
@@
-950,7
+950,7
@@
abstract class sql_generator {
/// Implement one basic cache to avoid object name duplication
/// along all the request life, but never to return cached results
/// We need this because sql statements are created before executing
- /// them, hence names doesn't exist "ph
i
sically" yet in DB, so we need
+ /// them, hence names doesn't exist "ph
y
sically" yet in DB, so we need
/// to known which ones have been used
if (!isset($used_names)) {
static $used_names = array();