Changeset 548 for trunk/temp
- Timestamp:
- Jul 2, 2013, 10:09:07 PM (12 years ago)
- Location:
- trunk/temp
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/temp/Bills.php
r536 r548 43 43 echo($Invoice['Text'].' '.$Bill['Id'].'<br>'); 44 44 } 45 46 47 ?> -
trunk/temp/FioCVSToSQL.php
r517 r548 37 37 38 38 file_put_contents('output.sql', $Output); 39 40 ?> -
trunk/temp/mailtest.php
r457 r548 16 16 $Mail->AttachData('DataFile.txt', 'text/plain', 'Sample text ěščřžýáíé'); 17 17 $Mail->Send(); 18 19 ?> -
trunk/temp/meteo/Image.php
r487 r548 152 152 } 153 153 } 154 155 ?> -
trunk/temp/meteo/load_meteo.php
r490 r548 133 133 $I++; 134 134 } 135 136 ?> -
trunk/temp/product.php
r457 r548 38 38 'Location' => $DbRow['User'], 'Info' => $DbRow['Info'])); 39 39 } 40 41 ?> -
trunk/temp/renumbering.php
r524 r548 57 57 $System->AddModule(new Renumbering($System)); 58 58 $System->Modules['Renumbering']->GetOutput(); 59 60 ?> -
trunk/temp/user_mail.php
r524 r548 38 38 $System->AddModule(new Transform($System)); 39 39 $System->Modules['Transform']->GetOutput(); 40 41 ?>
Note:
See TracChangeset
for help on using the changeset viewer.