diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPExportInitializer.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPExportInitializer.m b/Source/SPExportInitializer.m index a23ff1b9..bcf678b4 100644 --- a/Source/SPExportInitializer.m +++ b/Source/SPExportInitializer.m @@ -167,6 +167,8 @@ /** * Exports the contents of the supplied array of tables or data array. * + * Note that at least one of these parameters must not be nil. + * * @param exportTables An array of table/view names to be exported (can be nil). * @param dataArray A MySQL result set array to be exported (can be nil). */ |