Changeset 546 for trunk/gallery.php

Show
Ignore:
Timestamp:
06/05/08 17:18:12 (6 months ago)
Author:
sidtheduck
Message:

+ Lots of sorting fixes

  • Now sorting is the same throughout . defaults from Admin->Options are used on both Admin->Manage and front-end gallery . plogger_init_picture order = plogger_init_pictures order . sorting fixes from Import display to actually saving the files

+ Additional check for safe_mode workaround to see if ftp_connect function exists in compiled PHP installation before attempting the workaround

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gallery.php

    r538 r546  
    11<?php 
    22#error_reporting(E_ALL); 
    3 include_once("plog-load_config.php"); 
     3include_once(dirname(__FILE__)."/plog-load_config.php"); 
    44//include("plog-globals.php"); 
    55//include_once("plog-functions.php");