Skip to content
Snippets Groups Projects
Commit 2dfa218d authored by Satish's avatar Satish
Browse files

Fixes #611 - vt701: Typo in Documents.php

parent 92f7513b
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,7 @@ class Documents extends CRMEntity {
function del_create_def_folder($query)
{
global $adb;
$dbQuery = $query." and vtiger_attachmentsfolderfolderid.folderid = 0";
$dbQuery = $query." AND vtiger_attachmentsfolder.folderid = 0";
$dbresult = $adb->pquery($dbQuery,array());
$noofnotes = $adb->num_rows($dbresult);
if($noofnotes > 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment