Skip to content

Commit

Permalink
minor fixup (function name)
Browse files Browse the repository at this point in the history
  • Loading branch information
niekt0 committed Mar 8, 2011
1 parent bc85490 commit 9326c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,6 +4,7 @@

.htaccess
.htpasswd
robots.txt

*.exe
*.EXE
Expand Down
2 changes: 1 addition & 1 deletion wwwroot/backend/mysql/backend.inc
Expand Up @@ -329,7 +329,7 @@ function setParent($node_id,$parent_id) {
// XXX TODO
//

function get_k_neurons_($user_id,$interval) {
function get_k_neurons($user_id,$interval) {
global $db,$node,$error,$error_messages;

$q="call k_neurons('$user_id','$interval')";
Expand Down

0 comments on commit 9326c84

Please sign in to comment.