// Carrier range price / weight for multishop + fix duplicate of carrier_lang when a new shop is created
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7716 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+4
-4
@@ -289,10 +289,10 @@ abstract class DbCore
|
||||
/**
|
||||
* Execute a DELETE query
|
||||
*
|
||||
* @param unknown_type $table Name of the table to delete
|
||||
* @param unknown_type $where WHERE clause on query
|
||||
* @param unknown_type $limit Number max of rows to delete
|
||||
* @param unknown_type $use_cache Use cache or not
|
||||
* @param string $table Name of the table to delete
|
||||
* @param string $where WHERE clause on query
|
||||
* @param int $limit Number max of rows to delete
|
||||
* @param bool $use_cache Use cache or not
|
||||
* @return bool
|
||||
*/
|
||||
public function delete($table, $where = false, $limit = false, $use_cache = 1)
|
||||
|
||||
Reference in New Issue
Block a user