// BugFix in Product compare

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10927 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-12-05 15:30:01 +00:00
parent 07bac9c56b
commit db38a475f1
3 changed files with 15 additions and 12 deletions
+7 -4
View File
@@ -1796,10 +1796,10 @@ FileETag INode MTime Size
}
}
/**
* @desc extract a zip file to the given directory
* @return bool success
*/
/**
* @desc extract a zip file to the given directory
* @return bool success
*/
public static function ZipExtract($fromFile, $toDir)
{
if (!file_exists($toDir))
@@ -1828,6 +1828,9 @@ FileETag INode MTime Size
*
* @param string $type by|way
* @param string $value If no index given, use default order from admin -> pref -> products
* @param bool|\bool(false)|string $prefix
*
* @return string Order by sql clause
*/
public static function getProductsOrder($type, $value = null, $prefix = false)
{