We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3caf4b9 commit 0961caaCopy full SHA for 0961caa
Version Control.accda.src/modules/modImportExport.bas
@@ -90,7 +90,7 @@ Public Sub ExportSource(blnFullExport As Boolean)
90
lngCount = cCategory.Count(Not blnFullExport)
91
If lngCount = 0 Then
92
Log.Spacer Options.ShowDebug
93
- Log.Add "No " & LCase(cCategory.Category) & " found in this database.", Options.ShowDebug
+ Log.Add IIf(blnFullExport, "No ", "No modified ") & LCase(cCategory.Category) & " found in this database.", Options.ShowDebug
94
Else
95
' Show category header and clear out any orphaned files.
96
0 commit comments