1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

DHTML Calendar removal and cleanup.

This commit is contained in:
Cameron
2012-11-24 11:07:00 -08:00
parent 12d3fecba3
commit 0a8ec03ab4
18 changed files with 23 additions and 2620 deletions

View File

@@ -572,7 +572,7 @@ class e107_user_extended
function user_extended_edit($struct, $curval)
{
global $cal, $tp;
global $tp;
if(trim($curval) == "" && $struct['user_extended_struct_default'] != "")
{
$curval = $struct['user_extended_struct_default'];