Changeset 1197590
- Timestamp:
- 07/12/2015 08:23:10 PM (11 years ago)
- File:
-
- 1 edited
-
iterative-headlines/trunk/headlines.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iterative-headlines/trunk/headlines.php
r1197587 r1197590 385 385 //if($msg_type != null) { 386 386 387 if($ ratio_ratio > 0.9 && $ratio_ratio < 1.02) {387 if($slt <= 2 || ($ratio_ratio > 0.9 && $ratio_ratio < 1.02)) { 388 388 $msg_type = null; 389 389 } else if($ratio_ratio>1) {
Note: See TracChangeset
for help on using the changeset viewer.