local plugin backup, questions hook

Re: local plugin backup, questions hook

by David Mudrák -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators
Thanks Ray. One thing I noticed is that your local plugin's table is called "enemyquestions" without the plugin type prefix. That exception should be used for activity modules only. If you ever plan to distribute your plugin, the table should be named "local_enemyquestions".