X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?p=living-lab-site.git;a=blobdiff_plain;f=application%2Fmodels%2Fvideos_model.php;fp=application%2Fmodels%2Fvideos_model.php;h=b03cd16e04d355e4963e1739b7122b29db5e753f;hp=afcfd3d93fc755654d5a3eca5d0ae24e25b559f0;hb=8269d73157518cae557446f311e1ab013aa8915c;hpb=080b37a97e93691b3ba1c4aa3982a143167115a7 diff --git a/application/models/videos_model.php b/application/models/videos_model.php index afcfd3d..b03cd16 100644 --- a/application/models/videos_model.php +++ b/application/models/videos_model.php @@ -166,11 +166,11 @@ class Videos_model extends CI_Model { * If $name does not match with the video's `name` from the DB an error is * marked in the key 'err'. If it's NULL it is ignored. * - * @access public - * @param string $id video's `id` column from `videos` DB table - * @param string $name video's `name` column from `videos` DB + * @access public + * @param string $id video's `id` column from `videos` DB table + * @param string $name video's `name` column from `videos` DB * table. NULL means there is no name provided. - * @return array an associative list with information about a video + * @return array an associative list with information about a video * with the following keys: *