projects
/
mahara-contrib:local-mahara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add Spanish translation to the plugin
[mahara-contrib:local-mahara.git]
/
mnetlib.php
1
<?php
2
3
/**
4
* This class is just a placeholder, required because Moodle 2 won't let us register
5
* any mnet functions for subscribing unless we also register at least one for publishing.
6
*/
7
class mahara_mnetservice {
8
public function donothing() {
9
}
10
}