Changeset 220378
- Timestamp:
- 03/21/2010 06:35:03 PM (16 years ago)
- File:
-
- 1 edited
-
kommiku/trunk/kommiku.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kommiku/trunk/kommiku.php
r220228 r220378 2 2 /* 3 3 Plugin Name: Kommiku Viewer 4 Version: 2.0.3 4 Version: 2.0.3.1 5 5 Plugin URI: http://dotspiral.com/kommiku/ 6 6 Description: Kommiku is a Online Manga Viewer. … … 767 767 768 768 //Added Widget, No Table Optimization 769 if ($version = '2.0') { update_option('kommiku_version', '2.0.3') } 769 if ($version = '2.0.3') { 770 update_option('kommiku_version', '2.0.3.1'); 771 } 772 773 if ($version = '2.0') { 774 update_option('kommiku_version', '2.0.3'); 775 } 770 776 771 777 if (!$version) { //Install the Table Only if the Version Option didn't exist.
Note: See TracChangeset
for help on using the changeset viewer.