This website works better with JavaScript.
Explore
Help
Sign In
chamilo
/
chamilo-lms
mirror of
https://github.com/chamilo/chamilo-lms/tree/1.11.x
Watch
2
Star
0
Fork
You've already forked chamilo-lms
0
Code
Issues
Projects
Releases
Wiki
Activity
Ensure return value in Database::result()
Browse Source
pull/2495/head
Yannick Warnier
8 years ago
parent
7d4f167b6d
commit
ef0f19e034
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
main/inc/lib/database.lib.php
2
main/inc/lib/database.lib.php
Unescape
Escape
View File
@ -373,6 +373,8 @@ class Database
return $result[$row][$field];
}
return false;
}
/**
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
chamilo/chamilo-lms
Title
Body
Create Issue