Koha/Koha
Jonathan Druart f63aaf2242 Bug 13242: Remove warning if no parameter given
Without any parameter, dt_from_string should not raise a warning
message.

Test plan:
Verify that the test file t/DateUtils.t displays a warning:

  Use of uninitialized value $date_string in pattern match (m//) at
  Koha/DateUtils.pm line 58

if the change in dt_from_string is not applied (manually edit the file).

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2014-11-26 11:17:08 -03:00
..
Acquisition Bug 12830: use find instead of search 2014-10-28 11:10:43 -03:00
Borrower Bug 12784: Patron cannot change his personal details 2014-08-21 09:36:19 -03:00
Cache Bug 12041 - improve Koha::Cache 2014-06-19 13:05:04 -03:00
Filter/MARC
Indexer
Item/Search Bug 11425: Add unit tests 2014-11-04 19:10:28 -03:00
List
Misc
Number Bug 12844: Force the symbol place in the tests 2014-10-27 12:56:30 -03:00
Plugins
QueryParser/Driver Bug 12647: PQF QueryParser driver and unit tests fixes 2014-08-11 10:09:38 -03:00
RecordProcessor
Schema/Result Bug 11401: DBIx updates 2014-11-14 09:58:40 -03:00
SuggestionEngine
Template/Plugin Bug 12411: Preferences values should be utf8 encoded 2014-11-21 20:38:01 -03:00
Util Bug 13223: [QA Follow-up] Trivial change to one POD line 2014-11-19 13:28:23 -03:00
Authority.pm
AuthUtils.pm
Cache.pm Bug 12041: UT - Get rid of warnings 2014-06-19 13:05:22 -03:00
Calendar.pm Bug 11634 [QA Followup] - Make unit tests pass 2014-11-12 14:56:41 -03:00
Database.pm
DateUtils.pm Bug 13242: Remove warning if no parameter given 2014-11-26 11:17:08 -03:00
Email.pm Bug 9530: Adding a new Koha::Email module 2014-10-27 10:38:14 -03:00
I18N.pm
Linktracker.pm
MetadataRecord.pm
NorwegianPatronDB.pm Bug 11401: QA followup - Make the tests pass 2014-11-14 09:42:56 -03:00
Plugins.pm
RecordProcessor.pm
Schema.pm
SimpleMARC.pm Bug 11413: Fix field_numbers 2014-11-14 12:05:47 -03:00
SuggestionEngine.pm
XSLT_Handler.pm