Skip to content
Snippets Groups Projects
Unverified Commit af2dd78d authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Fixed phpdocs

parent cf3f2993
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ abstract class base_automatic extends base {
/**
* Allows to return a where clause, which reduces the recordset of relevant courses.
* The return value has to consist of an array with two values. The first one includes the where sql statement,
* which will be concatenated using an 'AND' to the recordset query (e.g. 'course.id = $courseid').
* which will be concatenated using an 'AND' to the recordset query (e.g. '{course}.id = $courseid').
* The second one is the set of parameters for the sql query, which will be merged with other param sets.
* @params $triggerid int id of the trigger.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment