Changeset 727 for trunk/Modules/Import
- Timestamp:
- Jan 7, 2014, 9:54:21 PM (11 years ago)
- Location:
- trunk/Modules/Import
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Import/Import.php
r723 r727 457 457 unset($Line); 458 458 459 $value_buff = ''; 460 $Value = ''; 459 461 foreach($LineParts as $LinePart) 460 462 { … … 523 525 return($Output); 524 526 } 527 525 528 function UpdateLastVersion() { 526 529 $DbResult = $this->System->Database->query('SELECT * FROM `Group` WHERE `Id`='.$this->Group['Id']); -
trunk/Modules/Import/cmd.php
r718 r727 7 7 include_once('../../includes/global.php'); 8 8 include_once('../../includes/dbc.php'); 9 include_once(' import.php');9 include_once('Import.php'); 10 10 11 11 $System = new System();
Note:
See TracChangeset
for help on using the changeset viewer.