Plugin Directory

Changeset 436695


Ignore:
Timestamp:
09/12/2011 08:13:15 AM (15 years ago)
Author:
bhoogterp
Message:

Update

Location:
scripture-cloud
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripture-cloud/tags/1.0.0/scripturecloud_show.php

    r436694 r436695  
    9797
    9898        if ($max == $min)
    99             $z = $largest;
     99            $z = 10;    // average size..?  could do ($largest-$smallest)/2
    100100        else
    101101            $z = ($b - $min) / ($max - $min) * ($largest - $smallest) + $smallest;
  • scripture-cloud/trunk/scripturecloud_show.php

    r436694 r436695  
    9797
    9898        if ($max == $min)
    99             $z = $largest;
     99            $z = 10;    // average size..?  could do ($largest-$smallest)/2
    100100        else
    101101            $z = ($b - $min) / ($max - $min) * ($largest - $smallest) + $smallest;
Note: See TracChangeset for help on using the changeset viewer.