Project

General

Profile

« Previous | Next » 

Revision 1684

Added by Dietmar about 12 years ago

! update upgrade-script, now don't overwrite existings values in settings
+ add field tooltip to table pages in installer
! change some module tool_icon.png (Tks to Stefek)
! add date_time string to backup_droplets.zip
- search and comment out founded require_once(WB_PATH."/framework/class.database.php");
- this will be never needed anymore and produce errors
! rename class.msg_queue.php in msgQueue.php to work with autokoader
+ add function format_message to class.wb.php

View differences:

class.order.php
24 24
/* -------------------------------------------------------- */
25 25
	define('ORDERING_CLASS_LOADED', true);
26 26
// Load the other required class files if they are not already loaded
27
	require_once(WB_PATH."/framework/class.database.php");
27
//	require_once(WB_PATH."/framework/class.database.php");
28 28

  
29 29
class order {
30 30

  
......
118 118
		// Get current order
119 119
		return $this->move($id, self::MOVE_DOWN);
120 120
	}
121
	
121

  
122 122
	/**
123 123
	 * Get next free number for order
124 124
	 * @param string|int $group
......
131 131
		$max = intval($this->_DB->get_one($sql)) + 1;
132 132
		return $max;
133 133
	}
134
	
134

  
135 135
	/**
136 136
	 * Renumbering a group from 1 to n (should be called if a row in the middle has been deleted)
137 137
	 * @param string|int $group

Also available in: Unified diff