Plugin Directory

Changeset 650183


Ignore:
Timestamp:
01/09/2013 10:54:20 AM (13 years ago)
Author:
rasmusjoh
Message:

re-run

Location:
slideshow-manager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • slideshow-manager/tags/2.1.1/slideshow.php

    r650177 r650183  
    2121    along with this program; if not, write to the Free Software
    2222    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    23    
     23
    2424*/
     25
    2526
    2627global $table_name;
     
    640641
    641642function url($var1, $var2){
    642    
    643643    if ($var2 == 'http://' || $var2 == '') {
    644644        $output = '<a href="javascript:void(0);">'.
    645645        "\n";
    646646    }
    647 
    648647    if ($var1 == 'start') {
    649648        if($var2 == 'http://' || $var2 == '') {
     
    655654        }
    656655    }
    657 
    658656    if ($var1 == 'end') {
    659657        $output = '</a>'.
     
    663661}
    664662
    665 
    666 
    667663/* Uninstall */
    668 
    669664if ( function_exists('register_uninstall_hook')) {
    670665    register_uninstall_hook(__FILE__, 'delete_slideshow_database');
  • slideshow-manager/trunk/slideshow.php

    r650177 r650183  
    2323
    2424*/
     25
    2526
    2627global $table_name;
     
    640641
    641642function url($var1, $var2){
    642    
    643643    if ($var2 == 'http://' || $var2 == '') {
    644644        $output = '<a href="javascript:void(0);">'.
    645645        "\n";
    646646    }
    647 
    648647    if ($var1 == 'start') {
    649648        if($var2 == 'http://' || $var2 == '') {
     
    655654        }
    656655    }
    657 
    658656    if ($var1 == 'end') {
    659657        $output = '</a>'.
     
    663661}
    664662
    665 
    666 
    667663/* Uninstall */
    668 
    669664if ( function_exists('register_uninstall_hook')) {
    670665    register_uninstall_hook(__FILE__, 'delete_slideshow_database');
Note: See TracChangeset for help on using the changeset viewer.