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:
db7cab6
)
NOBUG: Removed unused variable
author
Sam Hemelryk
<sam@moodle.com>
Mon, 6 Dec 2010 03:21:01 +0000
(
03:21
+0000)
committer
Sam Hemelryk
<sam@moodle.com>
Mon, 6 Dec 2010 03:21:01 +0000
(
03:21
+0000)
lib/outputrenderers.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/outputrenderers.php
b/lib/outputrenderers.php
index
06dd014
..
bb753e9
100644
(file)
--- a/
lib/outputrenderers.php
+++ b/
lib/outputrenderers.php
@@
-2351,12
+2351,8
@@
EOD;
* @return string XHTML navbar
*/
public function navbar() {
- //return $this->page->navbar->content();
-
$items = $this->page->navbar->get_items();
- $count = 0;
-
$htmlblocks = array();
// Iterate the navarray and display each node
$itemcount = count($items);