1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 08:34:09 +02:00

Notice removal and small gui fixes

This commit is contained in:
CaMer0n
2009-12-25 23:32:18 +00:00
parent 020290cce8
commit 4f86a090dc
4 changed files with 16 additions and 10 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/update_routines.php,v $
| $Revision: 1.72 $
| $Date: 2009-12-15 11:51:02 $
| $Revision: 1.73 $
| $Date: 2009-12-25 23:32:18 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -869,6 +869,11 @@ function core_media_import($cat,$epath)
{
if(!vartrue($cat)){ return;}
if(!is_readable($path))
{
return;
}
$fl = e107::getFile();
$tp = e107::getParser();
$sql = e107::getDb();