Index: trunk/core/kernel/globals.php =================================================================== diff -u -N -r6751 -r7391 --- trunk/core/kernel/globals.php (.../globals.php) (revision 6751) +++ trunk/core/kernel/globals.php (.../globals.php) (revision 7391) @@ -486,24 +486,4 @@ } return $string; } - - /** - * Return live table name based on temp table name - * - * @param string $temp_table - * @return string - */ - function GetLiveName($temp_table) - { - $application =& kApplication::Instance(); - if( preg_match('/'.TABLE_PREFIX.'ses_'.$application->GetSID().'_edit_(.*)/',$temp_table,$rets) ) - { - return $rets[1]; - } - else - { - return $temp_table; - } - } - ?> \ No newline at end of file