Changeset 650183
- Timestamp:
- 01/09/2013 10:54:20 AM (13 years ago)
- Location:
- slideshow-manager
- Files:
-
- 2 edited
-
tags/2.1.1/slideshow.php (modified) (4 diffs)
-
trunk/slideshow.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
slideshow-manager/tags/2.1.1/slideshow.php
r650177 r650183 21 21 along with this program; if not, write to the Free Software 22 22 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 23 23 24 24 */ 25 25 26 26 27 global $table_name; … … 640 641 641 642 function url($var1, $var2){ 642 643 643 if ($var2 == 'http://' || $var2 == '') { 644 644 $output = '<a href="javascript:void(0);">'. 645 645 "\n"; 646 646 } 647 648 647 if ($var1 == 'start') { 649 648 if($var2 == 'http://' || $var2 == '') { … … 655 654 } 656 655 } 657 658 656 if ($var1 == 'end') { 659 657 $output = '</a>'. … … 663 661 } 664 662 665 666 667 663 /* Uninstall */ 668 669 664 if ( function_exists('register_uninstall_hook')) { 670 665 register_uninstall_hook(__FILE__, 'delete_slideshow_database'); -
slideshow-manager/trunk/slideshow.php
r650177 r650183 23 23 24 24 */ 25 25 26 26 27 global $table_name; … … 640 641 641 642 function url($var1, $var2){ 642 643 643 if ($var2 == 'http://' || $var2 == '') { 644 644 $output = '<a href="javascript:void(0);">'. 645 645 "\n"; 646 646 } 647 648 647 if ($var1 == 'start') { 649 648 if($var2 == 'http://' || $var2 == '') { … … 655 654 } 656 655 } 657 658 656 if ($var1 == 'end') { 659 657 $output = '</a>'. … … 663 661 } 664 662 665 666 667 663 /* Uninstall */ 668 669 664 if ( function_exists('register_uninstall_hook')) { 670 665 register_uninstall_hook(__FILE__, 'delete_slideshow_database');
Note: See TracChangeset
for help on using the changeset viewer.