Completed
Branch master (623467)
by Michael
01:32
created
class/myiframe.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
 		}
45 45
 	}
46 46
 
47
+	/**
48
+	 * @param integer $id
49
+	 */
47 50
 	function load($id)
48 51
 	{
49 52
 		$sql = 'SELECT * FROM '.$this->db->prefix('myiframe').' WHERE frame_frameid='.intval($id);
Please login to merge, or discard this patch.