]> wagnertech.de Git - kivitendo-erp.git/blobdiff - doc/programmierstilrichtlinien.txt
Kosmetik
[kivitendo-erp.git] / doc / programmierstilrichtlinien.txt
index aec999fed81a1664a9d259fd2d1b1cc0bfc354ad..d2982c5f13029e5feec51bb1784f846586904e22 100644 (file)
@@ -43,7 +43,7 @@ sind, muss der Programmierer selbst f
 
    oder
 
-   if ($form->{"path"} eq "bin/mozilla") {
+   if ($form->{item_rows} > 0) {
      ...
    }