Completed
Push — master ( 08c840...dccd16 )
by
unknown
04:36
created
db/cachemanager.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -20,6 +20,7 @@  discard block
 block discarded – undo
20 20
 
21 21
 	/**
22 22
 	 * List items in a folder
23
+	 * @param string $hash
23 24
 	 */
24 25
 	
25 26
 	
@@ -32,6 +33,9 @@  discard block
 block discarded – undo
32 33
 		$result = $query -> execute();
33 34
 	}
34 35
 	
36
+	/**
37
+	 * @param string $hash
38
+	 */
35 39
 	public function check($hash){
36 40
 		$sql = 'SELECT * from `*PREFIX*maps_adress_cache` where adres_hash=?';
37 41
 		$query = $this -> db -> prepare($sql);
Please login to merge, or discard this patch.