Changeset 2731
- Timestamp:
- 11/09/10 11:29:33 (13 years ago)
- Location:
- plugins/lunarPhase/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/lunarPhase/trunk/_define.php
r2688 r2731 17 17 /* Description */ 'Display the moon phases', 18 18 /* Author */ 'Tomtom (http://blog.zenstyle.fr)', 19 /* Verion */ '1.1 ',19 /* Verion */ '1.1.1', 20 20 /* Premission */ 'usage,contentadmin' 21 21 ); -
plugins/lunarPhase/trunk/inc/class.lunarphase.php
r2687 r2731 103 103 private function setPhase() 104 104 { 105 if ($this->live['age'] >= self::synodic &&$this->live['age'] <= self::synodic/8) {105 if ($this->live['age'] >= self::synodic || $this->live['age'] <= self::synodic/8) { 106 106 $this->live['id'] = 'new_moon'; 107 107 $this->live['name'] = __('New moon');
Note: See TracChangeset
for help on using the changeset viewer.