Skip to content
Snippets Groups Projects
Commit 0176d5dc authored by Demian Katz's avatar Demian Katz
Browse files

Normalize case punctuation.

parent 38ff20fd
No related merge requests found
...@@ -4,7 +4,7 @@ $formats = isset($this->overrideFormats) ? $this->overrideFormats : $this->drive ...@@ -4,7 +4,7 @@ $formats = isset($this->overrideFormats) ? $this->overrideFormats : $this->drive
if (is_array($formats)) { if (is_array($formats)) {
foreach ($formats as $format) { foreach ($formats as $format) {
switch (strtolower($format)) { switch (strtolower($format)) {
case "book"; case "book":
$format = "BOOK"; $format = "BOOK";
break; break;
case "journal": case "journal":
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment